#1f2089

Color #1F2089 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1F2089

Tints of Midnight Blue #1F2089

Color information

#1F2089 (or 0x1F2089) is unknown color: approx Midnight Blue. HEX triplet: 1F, 20 and 89. RGB value is (31,32,137). Sum of RGB (Red+Green+Blue) = 31+32+137=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F2089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2089 is #E0DF76. Grayscale: #2B2B2B. Windows color (decimal): -14737271 or 8986655. OLE color: 8986655.

HSL color Cylindrical-coordinate representation of color #1F2089: hue angle of 239.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2089 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3132137-
CMYK0.770.7700.46
HSL239.43º63.1%32.94%-
HSV(B)239.43º77.37%53.73%-
XYZ5.63.1323.98-
YUV43.67180.67118.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 137 (53.91% from 255) = 68.5%
R=15.5%
G=16%
B=68.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31321370.770.7700.46239.4363.132.94
Hex1F20894D4D02Eef3f21
Octal37402111151150563577741
Binary111111000001000100110011011001101010111011101111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f2089; }

 p { color: rgb(31,32,137); }

 H1.HeaderClassName
 {
   color: #1f2089;
 }
 .AnyTagClassName
 {
   color: #1f2089;
 }
</style>
background-color css

<style>
 a { background-color: #1f2089; }

 a { background-color: rgb(31,32,137); }

 div.DivClassName
 {
   background-color: #1f2089;
 }
 .BgClassName
 {
   background-color: #1f2089;
 }
</style>
border-color css

<style>
 span { border-color: #1f2089; }

 span { border-color: rgb(31,32,137); }

 td.TdClassName
 {
   border-color: #1f2089;
 }
 .TagClassName
 {
   border-color: #1f2089;
 }
</style>