Shades of Midnight Blue #08177B
Tints of Midnight Blue #08177B
RGB
CMYK
RGB Variations
Color information
#08177B (or 0x08177B) is known color: Midnight Blue. HEX triplet: 08, 17 and 7B. RGB value is (8,23,123). Sum of RGB (Red+Green+Blue) = 8+23+123=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 123 (48.44% from 255 or 79.87% from 154); Max value from RGB is 123 - color contains mainly: blue. Hex color #08177B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08177B is #F7E884. Grayscale: #1D1D1D. Windows color (decimal): -16246917 or 8066824. OLE color: 8066824.
HSL color Cylindrical-coordinate representation of color #08177B: hue angle of 232.17º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08177B is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 23 | 123 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.52 |
| HSL | 232.17º | 0.88% | 0.26% | - |
| HSV(B) | 232.17º | 0.93% | 0.48% | - |
| XYZ | 3.98 | 2.09 | 18.93 | - |
| YUV | 29.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 123 | 0.93 | 0.81 | 0 | 0.52 | 232.17 | 0.88 | 0.26 |
| Hex | 8 | 17 | 7B | 5D | 51 | 0 | 34 | E8 | 58 | 1A |
| Octal | 10 | 27 | 173 | 135 | 121 | 0 | 64 | 350 | 130 | 32 |
| Binary | 1000 | 10111 | 1111011 | 1011101 | 1010001 | 0 | 110100 | 11101000 | 1011000 | 11010 |
Color Harmonies of #08177B
Complementary color
Monochromatic Colors of #08177B
Black with #08177B
Text Example
Text Example
White with #08177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08177B; }
p { color: rgb(8,23,123); }
H1.HeaderClassName
{
color: #08177B;
}
.AnyTagClassName
{
color: #08177B;
}
</style>
background-color css
<style>
a { background-color: #08177B; }
a { background-color: rgb(8,23,123); }
div.DivClassName
{
background-color: #08177B;
}
.BgClassName
{
background-color: #08177B;
}
</style>
border-color css
<style>
span { border-color: #08177B; }
span { border-color: rgb(8,23,123); }
td.TdClassName
{
border-color: #08177B;
}
.TagClassName
{
border-color: #08177B;
}
</style>