Shades of Midnight Blue #08166D
Tints of Midnight Blue #08166D
RGB
CMYK
RGB Variations
Color information
#08166D (or 0x08166D) is known color: Midnight Blue. HEX triplet: 08, 16 and 6D. RGB value is (8,22,109). Sum of RGB (Red+Green+Blue) = 8+22+109=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 109 (42.97% from 255 or 78.42% from 139); Max value from RGB is 109 - color contains mainly: blue. Hex color #08166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08166D is #F7E992. Grayscale: #1B1B1B. Windows color (decimal): -16247187 or 7149064. OLE color: 7149064.
HSL color Cylindrical-coordinate representation of color #08166D: hue angle of 231.68º 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 #08166D is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 22 | 109 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.57 |
| HSL | 231.68º | 0.86% | 0.23% | - |
| HSV(B) | 231.68º | 0.93% | 0.43% | - |
| XYZ | 3.15 | 1.73 | 14.64 | - |
| YUV | 27.73 | 173.86 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 109 | 0.93 | 0.80 | 0 | 0.57 | 231.68 | 0.86 | 0.23 |
| Hex | 8 | 16 | 6D | 5D | 50 | 0 | 39 | E8 | 56 | 17 |
| Octal | 10 | 26 | 155 | 135 | 120 | 0 | 71 | 350 | 126 | 27 |
| Binary | 1000 | 10110 | 1101101 | 1011101 | 1010000 | 0 | 111001 | 11101000 | 1010110 | 10111 |
Color Harmonies of #08166D
Complementary color
Monochromatic Colors of #08166D
Black with #08166D
Text Example
Text Example
White with #08166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08166D; }
p { color: rgb(8,22,109); }
H1.HeaderClassName
{
color: #08166D;
}
.AnyTagClassName
{
color: #08166D;
}
</style>
background-color css
<style>
a { background-color: #08166D; }
a { background-color: rgb(8,22,109); }
div.DivClassName
{
background-color: #08166D;
}
.BgClassName
{
background-color: #08166D;
}
</style>
border-color css
<style>
span { border-color: #08166D; }
span { border-color: rgb(8,22,109); }
td.TdClassName
{
border-color: #08166D;
}
.TagClassName
{
border-color: #08166D;
}
</style>