Shades of Midnight Blue #08136D
Tints of Midnight Blue #08136D
RGB
CMYK
RGB Variations
Color information
#08136D (or 0x08136D) is known color: Midnight Blue. HEX triplet: 08, 13 and 6D. RGB value is (8,19,109). Sum of RGB (Red+Green+Blue) = 8+19+109=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #08136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08136D is #F7EC92. Grayscale: #191919. Windows color (decimal): -16247955 or 7148296. OLE color: 7148296.
HSL color Cylindrical-coordinate representation of color #08136D: hue angle of 233.47º 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 #08136D is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 19 | 109 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.57 |
| HSL | 233.47º | 0.86% | 0.23% | - |
| HSV(B) | 233.47º | 0.93% | 0.43% | - |
| XYZ | 3.09 | 1.62 | 14.62 | - |
| YUV | 25.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 109 | 0.93 | 0.83 | 0 | 0.57 | 233.47 | 0.86 | 0.23 |
| Hex | 8 | 13 | 6D | 5D | 53 | 0 | 39 | E9 | 56 | 17 |
| Octal | 10 | 23 | 155 | 135 | 123 | 0 | 71 | 351 | 126 | 27 |
| Binary | 1000 | 10011 | 1101101 | 1011101 | 1010011 | 0 | 111001 | 11101001 | 1010110 | 10111 |
Color Harmonies of #08136D
Complementary color
Monochromatic Colors of #08136D
Black with #08136D
Text Example
Text Example
White with #08136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08136D; }
p { color: rgb(8,19,109); }
H1.HeaderClassName
{
color: #08136D;
}
.AnyTagClassName
{
color: #08136D;
}
</style>
background-color css
<style>
a { background-color: #08136D; }
a { background-color: rgb(8,19,109); }
div.DivClassName
{
background-color: #08136D;
}
.BgClassName
{
background-color: #08136D;
}
</style>
border-color css
<style>
span { border-color: #08136D; }
span { border-color: rgb(8,19,109); }
td.TdClassName
{
border-color: #08136D;
}
.TagClassName
{
border-color: #08136D;
}
</style>