#0f066f

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

Shades of Midnight Blue #0F066F

Tints of Midnight Blue #0F066F

Color information

#0F066F (or 0x0F066F) is unknown color: approx Midnight Blue. HEX triplet: 0F, 06 and 6F. RGB value is (15,6,111). Sum of RGB (Red+Green+Blue) = 15+6+111=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F066F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F066F is #F0F990. Grayscale: #141414. Windows color (decimal): -15792529 or 7276047. OLE color: 7276047.

HSL color Cylindrical-coordinate representation of color #0F066F: hue angle of 245.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F066F is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB156111-
CMYK0.860.9500.56
HSL245.14º89.74%22.94%-
HSV(B)245.14º94.59%43.53%-
XYZ3.131.3815.14-
YUV20.66178.98123.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 111 (43.75% from 255) = 84.09%
R=11.36%
G=4.55%
B=84.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1561110.860.9500.56245.1489.7422.94
HexF66F565F038f55a17
Octal17615712613707036513227
Binary1111110110111110101101011111011100011110101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f066f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,6,111); }

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

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

 a { background-color: rgb(15,6,111); }

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

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

 span { border-color: rgb(15,6,111); }

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