Shades of Midnight Blue #08177D
Tints of Midnight Blue #08177D
RGB
CMYK
RGB Variations
Color information
#08177D (or 0x08177D) is known color: Midnight Blue. HEX triplet: 08, 17 and 7D. RGB value is (8,23,125). Sum of RGB (Red+Green+Blue) = 8+23+125=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 125 (49.22% from 255 or 80.13% from 156); Max value from RGB is 125 - color contains mainly: blue. Hex color #08177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08177D is #F7E882. Grayscale: #1D1D1D. Windows color (decimal): -16246915 or 8197896. OLE color: 8197896.
HSL color Cylindrical-coordinate representation of color #08177D: hue angle of 232.31º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08177D is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 23 | 125 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.51 |
| HSL | 232.31º | 0.88% | 0.26% | - |
| HSV(B) | 232.31º | 0.94% | 0.49% | - |
| XYZ | 4.11 | 2.15 | 19.6 | - |
| YUV | 30.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 125 | 0.94 | 0.82 | 0 | 0.51 | 232.31 | 0.88 | 0.26 |
| Hex | 8 | 17 | 7D | 5E | 52 | 0 | 33 | E8 | 58 | 1A |
| Octal | 10 | 27 | 175 | 136 | 122 | 0 | 63 | 350 | 130 | 32 |
| Binary | 1000 | 10111 | 1111101 | 1011110 | 1010010 | 0 | 110011 | 11101000 | 1011000 | 11010 |
Color Harmonies of #08177D
Complementary color
Monochromatic Colors of #08177D
Black with #08177D
Text Example
Text Example
White with #08177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08177D; }
p { color: rgb(8,23,125); }
H1.HeaderClassName
{
color: #08177D;
}
.AnyTagClassName
{
color: #08177D;
}
</style>
background-color css
<style>
a { background-color: #08177D; }
a { background-color: rgb(8,23,125); }
div.DivClassName
{
background-color: #08177D;
}
.BgClassName
{
background-color: #08177D;
}
</style>
border-color css
<style>
span { border-color: #08177D; }
span { border-color: rgb(8,23,125); }
td.TdClassName
{
border-color: #08177D;
}
.TagClassName
{
border-color: #08177D;
}
</style>