Shades of Midnight Express #0A1335
Tints of Midnight Express #0A1335
RGB
CMYK
RGB Variations
Color information
#0A1335 (or 0x0A1335) is known color: Midnight Express. HEX triplet: 0A, 13 and 35. RGB value is (10,19,53). Sum of RGB (Red+Green+Blue) = 10+19+53=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A1335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1335 is #F5ECCA. Grayscale: #141414. Windows color (decimal): -16116939 or 3478282. OLE color: 3478282.
HSL color Cylindrical-coordinate representation of color #0A1335: hue angle of 227.44º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1335 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 10 | 19 | 53 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.79 |
| HSL | 227.44º | 0.68% | 0.12% | - |
| HSV(B) | 227.44º | 0.81% | 0.21% | - |
| XYZ | 1 | 0.79 | 3.47 | - |
| YUV | 20.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 53 | 0.81 | 0.64 | 0 | 0.79 | 227.44 | 0.68 | 0.12 |
| Hex | A | 13 | 35 | 51 | 40 | 0 | 4F | E3 | 44 | C |
| Octal | 12 | 23 | 65 | 121 | 100 | 0 | 117 | 343 | 104 | 14 |
| Binary | 1010 | 10011 | 110101 | 1010001 | 1000000 | 0 | 1001111 | 11100011 | 1000100 | 1100 |
Color Harmonies of #0A1335
Complementary color
Monochromatic Colors of #0A1335
Black with #0A1335
Text Example
Text Example
White with #0A1335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1335; }
p { color: rgb(10,19,53); }
H1.HeaderClassName
{
color: #0A1335;
}
.AnyTagClassName
{
color: #0A1335;
}
</style>
background-color css
<style>
a { background-color: #0A1335; }
a { background-color: rgb(10,19,53); }
div.DivClassName
{
background-color: #0A1335;
}
.BgClassName
{
background-color: #0A1335;
}
</style>
border-color css
<style>
span { border-color: #0A1335; }
span { border-color: rgb(10,19,53); }
td.TdClassName
{
border-color: #0A1335;
}
.TagClassName
{
border-color: #0A1335;
}
</style>