Shades of Midnight Express #0A1336
Tints of Midnight Express #0A1336
RGB
CMYK
RGB Variations
Color information
#0A1336 (or 0x0A1336) is known color: Midnight Express. HEX triplet: 0A, 13 and 36. RGB value is (10,19,54). Sum of RGB (Red+Green+Blue) = 10+19+54=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 54 (21.48% from 255 or 65.06% from 83); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A1336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1336 is #F5ECC9. Grayscale: #141414. Windows color (decimal): -16116938 or 3543818. OLE color: 3543818.
HSL color Cylindrical-coordinate representation of color #0A1336: hue angle of 227.73º 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 #0A1336 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 19 | 54 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.79 |
| HSL | 227.73º | 0.69% | 0.13% | - |
| HSV(B) | 227.73º | 0.81% | 0.21% | - |
| XYZ | 1.02 | 0.8 | 3.59 | - |
| YUV | 20.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 54 | 0.81 | 0.65 | 0 | 0.79 | 227.73 | 0.69 | 0.13 |
| Hex | A | 13 | 36 | 51 | 41 | 0 | 4F | E4 | 45 | D |
| Octal | 12 | 23 | 66 | 121 | 101 | 0 | 117 | 344 | 105 | 15 |
| Binary | 1010 | 10011 | 110110 | 1010001 | 1000001 | 0 | 1001111 | 11100100 | 1000101 | 1101 |
Color Harmonies of #0A1336
Complementary color
Monochromatic Colors of #0A1336
Black with #0A1336
Text Example
Text Example
White with #0A1336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1336; }
p { color: rgb(10,19,54); }
H1.HeaderClassName
{
color: #0A1336;
}
.AnyTagClassName
{
color: #0A1336;
}
</style>
background-color css
<style>
a { background-color: #0A1336; }
a { background-color: rgb(10,19,54); }
div.DivClassName
{
background-color: #0A1336;
}
.BgClassName
{
background-color: #0A1336;
}
</style>
border-color css
<style>
span { border-color: #0A1336; }
span { border-color: rgb(10,19,54); }
td.TdClassName
{
border-color: #0A1336;
}
.TagClassName
{
border-color: #0A1336;
}
</style>