Shades of Midnight Express #08172F
Tints of Midnight Express #08172F
RGB
CMYK
RGB Variations
Color information
#08172F (or 0x08172F) is known color: Midnight Express. HEX triplet: 08, 17 and 2F. RGB value is (8,23,47). Sum of RGB (Red+Green+Blue) = 8+23+47=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #08172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08172F is #F7E8D0. Grayscale: #151515. Windows color (decimal): -16246993 or 3086088. OLE color: 3086088.
HSL color Cylindrical-coordinate representation of color #08172F: hue angle of 216.92º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08172F is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 23 | 47 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.82 |
| HSL | 216.92º | 0.71% | 0.11% | - |
| HSV(B) | 216.92º | 0.83% | 0.18% | - |
| XYZ | 0.92 | 0.87 | 2.81 | - |
| YUV | 21.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 47 | 0.83 | 0.51 | 0 | 0.82 | 216.92 | 0.71 | 0.11 |
| Hex | 8 | 17 | 2F | 53 | 33 | 0 | 52 | D9 | 47 | B |
| Octal | 10 | 27 | 57 | 123 | 63 | 0 | 122 | 331 | 107 | 13 |
| Binary | 1000 | 10111 | 101111 | 1010011 | 110011 | 0 | 1010010 | 11011001 | 1000111 | 1011 |
Color Harmonies of #08172F
Complementary color
Monochromatic Colors of #08172F
Black with #08172F
Text Example
Text Example
White with #08172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08172F; }
p { color: rgb(8,23,47); }
H1.HeaderClassName
{
color: #08172F;
}
.AnyTagClassName
{
color: #08172F;
}
</style>
background-color css
<style>
a { background-color: #08172F; }
a { background-color: rgb(8,23,47); }
div.DivClassName
{
background-color: #08172F;
}
.BgClassName
{
background-color: #08172F;
}
</style>
border-color css
<style>
span { border-color: #08172F; }
span { border-color: rgb(8,23,47); }
td.TdClassName
{
border-color: #08172F;
}
.TagClassName
{
border-color: #08172F;
}
</style>