Shades of Midnight Express #0A172F
Tints of Midnight Express #0A172F
RGB
CMYK
RGB Variations
Color information
#0A172F (or 0x0A172F) is known color: Midnight Express. HEX triplet: 0A, 17 and 2F. RGB value is (10,23,47). Sum of RGB (Red+Green+Blue) = 10+23+47=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A172F is #F5E8D0. Grayscale: #151515. Windows color (decimal): -16115921 or 3086090. OLE color: 3086090.
HSL color Cylindrical-coordinate representation of color #0A172F: hue angle of 218.92º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A172F is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 23 | 47 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.82 |
| HSL | 218.92º | 0.65% | 0.11% | - |
| HSV(B) | 218.92º | 0.79% | 0.18% | - |
| XYZ | 0.94 | 0.88 | 2.81 | - |
| YUV | 21.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 47 | 0.79 | 0.51 | 0 | 0.82 | 218.92 | 0.65 | 0.11 |
| Hex | A | 17 | 2F | 4F | 33 | 0 | 52 | DB | 41 | B |
| Octal | 12 | 27 | 57 | 117 | 63 | 0 | 122 | 333 | 101 | 13 |
| Binary | 1010 | 10111 | 101111 | 1001111 | 110011 | 0 | 1010010 | 11011011 | 1000001 | 1011 |
Color Harmonies of #0A172F
Complementary color
Monochromatic Colors of #0A172F
Black with #0A172F
Text Example
Text Example
White with #0A172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A172F; }
p { color: rgb(10,23,47); }
H1.HeaderClassName
{
color: #0A172F;
}
.AnyTagClassName
{
color: #0A172F;
}
</style>
background-color css
<style>
a { background-color: #0A172F; }
a { background-color: rgb(10,23,47); }
div.DivClassName
{
background-color: #0A172F;
}
.BgClassName
{
background-color: #0A172F;
}
</style>
border-color css
<style>
span { border-color: #0A172F; }
span { border-color: rgb(10,23,47); }
td.TdClassName
{
border-color: #0A172F;
}
.TagClassName
{
border-color: #0A172F;
}
</style>