Shades of Midnight Blue #08136C
Tints of Midnight Blue #08136C
RGB
CMYK
RGB Variations
Color information
#08136C (or 0x08136C) is known color: Midnight Blue. HEX triplet: 08, 13 and 6C. RGB value is (8,19,108). Sum of RGB (Red+Green+Blue) = 8+19+108=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #08136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08136C is #F7EC93. Grayscale: #191919. Windows color (decimal): -16247956 or 7082760. OLE color: 7082760.
HSL color Cylindrical-coordinate representation of color #08136C: hue angle of 233.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08136C is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 19 | 108 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.58 |
| HSL | 233.4º | 0.86% | 0.23% | - |
| HSV(B) | 233.4º | 0.93% | 0.42% | - |
| XYZ | 3.04 | 1.6 | 14.34 | - |
| YUV | 25.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 108 | 0.93 | 0.82 | 0 | 0.58 | 233.4 | 0.86 | 0.23 |
| Hex | 8 | 13 | 6C | 5D | 52 | 0 | 3A | E9 | 56 | 17 |
| Octal | 10 | 23 | 154 | 135 | 122 | 0 | 72 | 351 | 126 | 27 |
| Binary | 1000 | 10011 | 1101100 | 1011101 | 1010010 | 0 | 111010 | 11101001 | 1010110 | 10111 |
Color Harmonies of #08136C
Complementary color
Monochromatic Colors of #08136C
Black with #08136C
Text Example
Text Example
White with #08136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08136C; }
p { color: rgb(8,19,108); }
H1.HeaderClassName
{
color: #08136C;
}
.AnyTagClassName
{
color: #08136C;
}
</style>
background-color css
<style>
a { background-color: #08136C; }
a { background-color: rgb(8,19,108); }
div.DivClassName
{
background-color: #08136C;
}
.BgClassName
{
background-color: #08136C;
}
</style>
border-color css
<style>
span { border-color: #08136C; }
span { border-color: rgb(8,19,108); }
td.TdClassName
{
border-color: #08136C;
}
.TagClassName
{
border-color: #08136C;
}
</style>