Shades of Midnight Express #0A174A
Tints of Midnight Express #0A174A
RGB
CMYK
RGB Variations
Color information
#0A174A (or 0x0A174A) is known color: Midnight Express. HEX triplet: 0A, 17 and 4A. RGB value is (10,23,74). Sum of RGB (Red+Green+Blue) = 10+23+74=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A174A is #F5E8B5. Grayscale: #181818. Windows color (decimal): -16115894 or 4855562. OLE color: 4855562.
HSL color Cylindrical-coordinate representation of color #0A174A: hue angle of 227.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A174A is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 23 | 74 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.71 |
| HSL | 227.81º | 0.76% | 0.16% | - |
| HSV(B) | 227.81º | 0.86% | 0.29% | - |
| XYZ | 1.67 | 1.17 | 6.62 | - |
| YUV | 24.93 | 155.69 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 74 | 0.86 | 0.69 | 0 | 0.71 | 227.81 | 0.76 | 0.16 |
| Hex | A | 17 | 4A | 56 | 45 | 0 | 47 | E4 | 4C | 10 |
| Octal | 12 | 27 | 112 | 126 | 105 | 0 | 107 | 344 | 114 | 20 |
| Binary | 1010 | 10111 | 1001010 | 1010110 | 1000101 | 0 | 1000111 | 11100100 | 1001100 | 10000 |
Color Harmonies of #0A174A
Complementary color
Monochromatic Colors of #0A174A
Black with #0A174A
Text Example
Text Example
White with #0A174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A174A; }
p { color: rgb(10,23,74); }
H1.HeaderClassName
{
color: #0A174A;
}
.AnyTagClassName
{
color: #0A174A;
}
</style>
background-color css
<style>
a { background-color: #0A174A; }
a { background-color: rgb(10,23,74); }
div.DivClassName
{
background-color: #0A174A;
}
.BgClassName
{
background-color: #0A174A;
}
</style>
border-color css
<style>
span { border-color: #0A174A; }
span { border-color: rgb(10,23,74); }
td.TdClassName
{
border-color: #0A174A;
}
.TagClassName
{
border-color: #0A174A;
}
</style>