Shades of Midnight Express #0A1731
Tints of Midnight Express #0A1731
RGB
CMYK
RGB Variations
Color information
#0A1731 (or 0x0A1731) is known color: Midnight Express. HEX triplet: 0A, 17 and 31. RGB value is (10,23,49). Sum of RGB (Red+Green+Blue) = 10+23+49=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1731 is #F5E8CE. Grayscale: #151515. Windows color (decimal): -16115919 or 3217162. OLE color: 3217162.
HSL color Cylindrical-coordinate representation of color #0A1731: hue angle of 220º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A1731 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 23 | 49 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.81 |
| HSL | 220º | 0.66% | 0.12% | - |
| HSV(B) | 220º | 0.8% | 0.19% | - |
| XYZ | 0.99 | 0.9 | 3.03 | - |
| YUV | 22.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 49 | 0.80 | 0.53 | 0 | 0.81 | 220 | 0.66 | 0.12 |
| Hex | A | 17 | 31 | 50 | 35 | 0 | 51 | DC | 42 | C |
| Octal | 12 | 27 | 61 | 120 | 65 | 0 | 121 | 334 | 102 | 14 |
| Binary | 1010 | 10111 | 110001 | 1010000 | 110101 | 0 | 1010001 | 11011100 | 1000010 | 1100 |
Color Harmonies of #0A1731
Complementary color
Monochromatic Colors of #0A1731
Black with #0A1731
Text Example
Text Example
White with #0A1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1731; }
p { color: rgb(10,23,49); }
H1.HeaderClassName
{
color: #0A1731;
}
.AnyTagClassName
{
color: #0A1731;
}
</style>
background-color css
<style>
a { background-color: #0A1731; }
a { background-color: rgb(10,23,49); }
div.DivClassName
{
background-color: #0A1731;
}
.BgClassName
{
background-color: #0A1731;
}
</style>
border-color css
<style>
span { border-color: #0A1731; }
span { border-color: rgb(10,23,49); }
td.TdClassName
{
border-color: #0A1731;
}
.TagClassName
{
border-color: #0A1731;
}
</style>