#0F086D

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

Shades of Midnight Blue #0F086D

Tints of Midnight Blue #0F086D

Color information

#0F086D (or 0x0F086D) is unknown color: approx Midnight Blue. HEX triplet: 0F, 08 and 6D. RGB value is (15,8,109). Sum of RGB (Red+Green+Blue) = 15+8+109=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F086D is #F0F792. Grayscale: #151515. Windows color (decimal): -15792019 or 7145487. OLE color: 7145487.

HSL color Cylindrical-coordinate representation of color #0F086D: hue angle of 244.16º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F086D is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB158109-
CMYK0.860.9300.57
HSL244.16º86.32%22.94%-
HSV(B)244.16º92.66%42.75%-
XYZ3.041.3814.57-
YUV21.61177.32123.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.36%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 109 (42.97% from 255) = 82.58%
R=11.36%
G=6.06%
B=82.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1581090.860.9300.57244.1686.3222.94
HexF86D565D039f45617
Octal171015512613507136412627
Binary11111000110110110101101011101011100111110100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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