Shades of Midnight Blue #08166F
Tints of Midnight Blue #08166F
RGB
CMYK
RGB Variations
Color information
#08166F (or 0x08166F) is known color: Midnight Blue. HEX triplet: 08, 16 and 6F. RGB value is (8,22,111). Sum of RGB (Red+Green+Blue) = 8+22+111=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #08166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08166F is #F7E990. Grayscale: #1B1B1B. Windows color (decimal): -16247185 or 7280136. OLE color: 7280136.
HSL color Cylindrical-coordinate representation of color #08166F: hue angle of 231.84º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08166F is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 22 | 111 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.56 |
| HSL | 231.84º | 0.87% | 0.23% | - |
| HSV(B) | 231.84º | 0.93% | 0.44% | - |
| XYZ | 3.26 | 1.77 | 15.21 | - |
| YUV | 27.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 111 | 0.93 | 0.80 | 0 | 0.56 | 231.84 | 0.87 | 0.23 |
| Hex | 8 | 16 | 6F | 5D | 50 | 0 | 38 | E8 | 57 | 17 |
| Octal | 10 | 26 | 157 | 135 | 120 | 0 | 70 | 350 | 127 | 27 |
| Binary | 1000 | 10110 | 1101111 | 1011101 | 1010000 | 0 | 111000 | 11101000 | 1010111 | 10111 |
Color Harmonies of #08166F
Complementary color
Monochromatic Colors of #08166F
Black with #08166F
Text Example
Text Example
White with #08166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08166F; }
p { color: rgb(8,22,111); }
H1.HeaderClassName
{
color: #08166F;
}
.AnyTagClassName
{
color: #08166F;
}
</style>
background-color css
<style>
a { background-color: #08166F; }
a { background-color: rgb(8,22,111); }
div.DivClassName
{
background-color: #08166F;
}
.BgClassName
{
background-color: #08166F;
}
</style>
border-color css
<style>
span { border-color: #08166F; }
span { border-color: rgb(8,22,111); }
td.TdClassName
{
border-color: #08166F;
}
.TagClassName
{
border-color: #08166F;
}
</style>