#0F086A

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

Shades of Midnight Blue #0F086A

Tints of Midnight Blue #0F086A

Color information

#0F086A (or 0x0F086A) is unknown color: approx Midnight Blue. HEX triplet: 0F, 08 and 6A. RGB value is (15,8,106). Sum of RGB (Red+Green+Blue) = 15+8+106=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 106 (41.80% from 255 or 82.17% from 129); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F086A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F086A is #F0F795. Grayscale: #141414. Windows color (decimal): -15792022 or 6948879. OLE color: 6948879.

HSL color Cylindrical-coordinate representation of color #0F086A: hue angle of 244.29º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F086A is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB158106-
CMYK0.860.9200.58
HSL244.29º85.96%22.35%-
HSV(B)244.29º92.45%41.57%-
XYZ2.891.3213.74-
YUV21.26175.82123.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 106 (41.80% from 255) = 82.17%
R=11.63%
G=6.20%
B=82.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1581060.860.9200.58244.2985.9622.35
HexF86A565C03Af45616
Octal171015212613407236412626
Binary11111000110101010101101011100011101011110100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,106); }

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

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

 a { background-color: rgb(15,8,106); }

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

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

 span { border-color: rgb(15,8,106); }

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