Shades of Midnight Express #0A1437
Tints of Midnight Express #0A1437
RGB
CMYK
RGB Variations
Color information
#0A1437 (or 0x0A1437) is known color: Midnight Express. HEX triplet: 0A, 14 and 37. RGB value is (10,20,55). Sum of RGB (Red+Green+Blue) = 10+20+55=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A1437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1437 is #F5EBC8. Grayscale: #141414. Windows color (decimal): -16116681 or 3609610. OLE color: 3609610.
HSL color Cylindrical-coordinate representation of color #0A1437: hue angle of 226.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A1437 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 20 | 55 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.78 |
| HSL | 226.67º | 0.69% | 0.13% | - |
| HSV(B) | 226.67º | 0.82% | 0.22% | - |
| XYZ | 1.06 | 0.84 | 3.72 | - |
| YUV | 21 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 55 | 0.82 | 0.64 | 0 | 0.78 | 226.67 | 0.69 | 0.13 |
| Hex | A | 14 | 37 | 52 | 40 | 0 | 4E | E3 | 45 | D |
| Octal | 12 | 24 | 67 | 122 | 100 | 0 | 116 | 343 | 105 | 15 |
| Binary | 1010 | 10100 | 110111 | 1010010 | 1000000 | 0 | 1001110 | 11100011 | 1000101 | 1101 |
Color Harmonies of #0A1437
Complementary color
Monochromatic Colors of #0A1437
Black with #0A1437
Text Example
Text Example
White with #0A1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1437; }
p { color: rgb(10,20,55); }
H1.HeaderClassName
{
color: #0A1437;
}
.AnyTagClassName
{
color: #0A1437;
}
</style>
background-color css
<style>
a { background-color: #0A1437; }
a { background-color: rgb(10,20,55); }
div.DivClassName
{
background-color: #0A1437;
}
.BgClassName
{
background-color: #0A1437;
}
</style>
border-color css
<style>
span { border-color: #0A1437; }
span { border-color: rgb(10,20,55); }
td.TdClassName
{
border-color: #0A1437;
}
.TagClassName
{
border-color: #0A1437;
}
</style>