#08116D

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

Shades of Midnight Blue #08116D

Tints of Midnight Blue #08116D

Color information

#08116D (or 0x08116D) is unknown color: approx Midnight Blue. HEX triplet: 08, 11 and 6D. RGB value is (8,17,109). Sum of RGB (Red+Green+Blue) = 8+17+109=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #08116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08116D is #F7EE92. Grayscale: #181818. Windows color (decimal): -16248467 or 7147784. OLE color: 7147784.

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

Color convert

RGB817109-
CMYK0.930.8400.57
HSL234.65º86.32%22.94%-
HSV(B)234.65º92.66%42.75%-
XYZ3.061.5614.61-
YUV24.8175.52116.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 109 (42.97% from 255) = 81.34%
R=5.97%
G=12.69%
B=81.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8171090.930.8400.57234.6586.3222.94
Hex8116D5D54039eb5617
Octal102115513512407135312627
Binary100010001110110110111011010100011100111101011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08116D; }

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

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

<style>
 a { background-color: #08116D; }

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

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

<style>
 span { border-color: #08116D; }

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

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