#0B086E

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

Shades of Midnight Blue #0B086E

Tints of Midnight Blue #0B086E

Color information

#0B086E (or 0x0B086E) is unknown color: approx Midnight Blue. HEX triplet: 0B, 08 and 6E. RGB value is (11,8,110). Sum of RGB (Red+Green+Blue) = 11+8+110=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 110 (43.36% from 255 or 85.27% from 129); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B086E is #F4F791. Grayscale: #141414. Windows color (decimal): -16054162 or 7211019. OLE color: 7211019.

HSL color Cylindrical-coordinate representation of color #0B086E: hue angle of 241.76º 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 #0B086E is Cyan = 0.9, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB118110-
CMYK0.90.9300.57
HSL241.76º86.44%23.14%-
HSV(B)241.76º92.73%43.14%-
XYZ3.041.3714.86-
YUV20.52178.49121.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 110 (43.36% from 255) = 85.27%
R=8.53%
G=6.20%
B=85.27%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1181100.90.9300.57241.7686.4423.14
HexB86E5A5D039f25617
Octal131015613213507136212627
Binary10111000110111010110101011101011100111110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,8,110); }

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

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

 a { background-color: rgb(11,8,110); }

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

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

 span { border-color: rgb(11,8,110); }

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