#1F2079

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

Shades of Midnight Blue #1F2079

Tints of Midnight Blue #1F2079

Color information

#1F2079 (or 0x1F2079) is unknown color: approx Midnight Blue. HEX triplet: 1F, 20 and 79. RGB value is (31,32,121). Sum of RGB (Red+Green+Blue) = 31+32+121=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 121 (47.66% from 255 or 65.76% from 184); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F2079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2079 is #E0DF86. Grayscale: #292929. Windows color (decimal): -14737287 or 7938079. OLE color: 7938079.

HSL color Cylindrical-coordinate representation of color #1F2079: hue angle of 239.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2079 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3132121-
CMYK0.740.7400.53
HSL239.33º59.21%29.8%-
HSV(B)239.33º74.38%47.45%-
XYZ4.532.718.37-
YUV41.85172.67120.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 121 (47.66% from 255) = 65.76%
R=16.85%
G=17.39%
B=65.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31321210.740.7400.53239.3359.2129.8
Hex1F20794A4A035ef3b1e
Octal37401711121120653577336
Binary1111110000011110011001010100101001101011110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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