Shades of Midnight Express #0A1A47
Tints of Midnight Express #0A1A47
RGB
CMYK
RGB Variations
Color information
#0A1A47 (or 0x0A1A47) is known color: Midnight Express. HEX triplet: 0A, 1A and 47. RGB value is (10,26,71). Sum of RGB (Red+Green+Blue) = 10+26+71=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A1A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A47 is #F5E5B8. Grayscale: #1A1A1A. Windows color (decimal): -16115129 or 4659722. OLE color: 4659722.
HSL color Cylindrical-coordinate representation of color #0A1A47: hue angle of 224.26º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1A47 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 26 | 71 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.72 |
| HSL | 224.26º | 0.75% | 0.16% | - |
| HSV(B) | 224.26º | 0.86% | 0.28% | - |
| XYZ | 1.63 | 1.26 | 6.12 | - |
| YUV | 26.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 71 | 0.86 | 0.63 | 0 | 0.72 | 224.26 | 0.75 | 0.16 |
| Hex | A | 1A | 47 | 56 | 3F | 0 | 48 | E0 | 4B | 10 |
| Octal | 12 | 32 | 107 | 126 | 77 | 0 | 110 | 340 | 113 | 20 |
| Binary | 1010 | 11010 | 1000111 | 1010110 | 111111 | 0 | 1001000 | 11100000 | 1001011 | 10000 |
Color Harmonies of #0A1A47
Complementary color
Monochromatic Colors of #0A1A47
Black with #0A1A47
Text Example
Text Example
White with #0A1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A47; }
p { color: rgb(10,26,71); }
H1.HeaderClassName
{
color: #0A1A47;
}
.AnyTagClassName
{
color: #0A1A47;
}
</style>
background-color css
<style>
a { background-color: #0A1A47; }
a { background-color: rgb(10,26,71); }
div.DivClassName
{
background-color: #0A1A47;
}
.BgClassName
{
background-color: #0A1A47;
}
</style>
border-color css
<style>
span { border-color: #0A1A47; }
span { border-color: rgb(10,26,71); }
td.TdClassName
{
border-color: #0A1A47;
}
.TagClassName
{
border-color: #0A1A47;
}
</style>