Shades of Midnight Express #0A1936
Tints of Midnight Express #0A1936
RGB
CMYK
RGB Variations
Color information
#0A1936 (or 0x0A1936) is known color: Midnight Express. HEX triplet: 0A, 19 and 36. RGB value is (10,25,54). Sum of RGB (Red+Green+Blue) = 10+25+54=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A1936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1936 is #F5E6C9. Grayscale: #171717. Windows color (decimal): -16115402 or 3545354. OLE color: 3545354.
HSL color Cylindrical-coordinate representation of color #0A1936: hue angle of 219.55º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1936 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 25 | 54 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.79 |
| HSL | 219.55º | 0.69% | 0.13% | - |
| HSV(B) | 219.55º | 0.81% | 0.21% | - |
| XYZ | 1.14 | 1.03 | 3.63 | - |
| YUV | 23.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 54 | 0.81 | 0.54 | 0 | 0.79 | 219.55 | 0.69 | 0.13 |
| Hex | A | 19 | 36 | 51 | 36 | 0 | 4F | DC | 45 | D |
| Octal | 12 | 31 | 66 | 121 | 66 | 0 | 117 | 334 | 105 | 15 |
| Binary | 1010 | 11001 | 110110 | 1010001 | 110110 | 0 | 1001111 | 11011100 | 1000101 | 1101 |
Color Harmonies of #0A1936
Complementary color
Monochromatic Colors of #0A1936
Black with #0A1936
Text Example
Text Example
White with #0A1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1936; }
p { color: rgb(10,25,54); }
H1.HeaderClassName
{
color: #0A1936;
}
.AnyTagClassName
{
color: #0A1936;
}
</style>
background-color css
<style>
a { background-color: #0A1936; }
a { background-color: rgb(10,25,54); }
div.DivClassName
{
background-color: #0A1936;
}
.BgClassName
{
background-color: #0A1936;
}
</style>
border-color css
<style>
span { border-color: #0A1936; }
span { border-color: rgb(10,25,54); }
td.TdClassName
{
border-color: #0A1936;
}
.TagClassName
{
border-color: #0A1936;
}
</style>