#0F2079

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

Shades of Midnight Blue #0F2079

Tints of Midnight Blue #0F2079

Color information

#0F2079 (or 0x0F2079) is unknown color: approx Midnight Blue. HEX triplet: 0F, 20 and 79. RGB value is (15,32,121). Sum of RGB (Red+Green+Blue) = 15+32+121=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F2079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2079 is #F0DF86. Grayscale: #242424. Windows color (decimal): -15785863 or 7938063. OLE color: 7938063.

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

Color convert

RGB1532121-
CMYK0.880.7400.53
HSL230.38º77.94%26.67%-
HSV(B)230.38º87.6%47.45%-
XYZ4.162.5218.36-
YUV37.06175.37112.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 121 (47.66% from 255) = 72.02%
R=8.93%
G=19.05%
B=72.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15321210.880.7400.53230.3877.9426.67
HexF2079584A035e64e1b
Octal174017113011206534611633
Binary1111100000111100110110001001010011010111100110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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