Shades of Midnight Express #0A1439
Tints of Midnight Express #0A1439
RGB
CMYK
RGB Variations
Color information
#0A1439 (or 0x0A1439) is known color: Midnight Express. HEX triplet: 0A, 14 and 39. RGB value is (10,20,57). Sum of RGB (Red+Green+Blue) = 10+20+57=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 57 (22.66% from 255 or 65.52% from 87); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A1439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1439 is #F5EBC6. Grayscale: #151515. Windows color (decimal): -16116679 or 3740682. OLE color: 3740682.
HSL color Cylindrical-coordinate representation of color #0A1439: hue angle of 227.23º degrees, saturation: 0.7, 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 #0A1439 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 20 | 57 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.78 |
| HSL | 227.23º | 0.7% | 0.13% | - |
| HSV(B) | 227.23º | 0.82% | 0.22% | - |
| XYZ | 1.11 | 0.86 | 3.98 | - |
| YUV | 21.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 57 | 0.82 | 0.65 | 0 | 0.78 | 227.23 | 0.7 | 0.13 |
| Hex | A | 14 | 39 | 52 | 41 | 0 | 4E | E3 | 46 | D |
| Octal | 12 | 24 | 71 | 122 | 101 | 0 | 116 | 343 | 106 | 15 |
| Binary | 1010 | 10100 | 111001 | 1010010 | 1000001 | 0 | 1001110 | 11100011 | 1000110 | 1101 |
Color Harmonies of #0A1439
Complementary color
Monochromatic Colors of #0A1439
Black with #0A1439
Text Example
Text Example
White with #0A1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1439; }
p { color: rgb(10,20,57); }
H1.HeaderClassName
{
color: #0A1439;
}
.AnyTagClassName
{
color: #0A1439;
}
</style>
background-color css
<style>
a { background-color: #0A1439; }
a { background-color: rgb(10,20,57); }
div.DivClassName
{
background-color: #0A1439;
}
.BgClassName
{
background-color: #0A1439;
}
</style>
border-color css
<style>
span { border-color: #0A1439; }
span { border-color: rgb(10,20,57); }
td.TdClassName
{
border-color: #0A1439;
}
.TagClassName
{
border-color: #0A1439;
}
</style>