Shades of Midnight Blue #08156B
Tints of Midnight Blue #08156B
RGB
CMYK
RGB Variations
Color information
#08156B (or 0x08156B) is known color: Midnight Blue. HEX triplet: 08, 15 and 6B. RGB value is (8,21,107). Sum of RGB (Red+Green+Blue) = 8+21+107=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #08156B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08156B is #F7EA94. Grayscale: #1A1A1A. Windows color (decimal): -16247445 or 7017736. OLE color: 7017736.
HSL color Cylindrical-coordinate representation of color #08156B: hue angle of 232.12º 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 #08156B is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 21 | 107 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.58 |
| HSL | 232.12º | 0.86% | 0.23% | - |
| HSV(B) | 232.12º | 0.93% | 0.42% | - |
| XYZ | 3.02 | 1.65 | 14.07 | - |
| YUV | 26.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 107 | 0.93 | 0.80 | 0 | 0.58 | 232.12 | 0.86 | 0.23 |
| Hex | 8 | 15 | 6B | 5D | 50 | 0 | 3A | E8 | 56 | 17 |
| Octal | 10 | 25 | 153 | 135 | 120 | 0 | 72 | 350 | 126 | 27 |
| Binary | 1000 | 10101 | 1101011 | 1011101 | 1010000 | 0 | 111010 | 11101000 | 1010110 | 10111 |
Color Harmonies of #08156B
Complementary color
Monochromatic Colors of #08156B
Black with #08156B
Text Example
Text Example
White with #08156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08156B; }
p { color: rgb(8,21,107); }
H1.HeaderClassName
{
color: #08156B;
}
.AnyTagClassName
{
color: #08156B;
}
</style>
background-color css
<style>
a { background-color: #08156B; }
a { background-color: rgb(8,21,107); }
div.DivClassName
{
background-color: #08156B;
}
.BgClassName
{
background-color: #08156B;
}
</style>
border-color css
<style>
span { border-color: #08156B; }
span { border-color: rgb(8,21,107); }
td.TdClassName
{
border-color: #08156B;
}
.TagClassName
{
border-color: #08156B;
}
</style>