Shades of Midnight Express #0A1A39
Tints of Midnight Express #0A1A39
RGB
CMYK
RGB Variations
Color information
#0A1A39 (or 0x0A1A39) is known color: Midnight Express. HEX triplet: 0A, 1A and 39. RGB value is (10,26,57). Sum of RGB (Red+Green+Blue) = 10+26+57=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A1A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A39 is #F5E5C6. Grayscale: #181818. Windows color (decimal): -16115143 or 3742218. OLE color: 3742218.
HSL color Cylindrical-coordinate representation of color #0A1A39: hue angle of 219.57º 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 #0A1A39 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 26 | 57 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.78 |
| HSL | 219.57º | 0.7% | 0.13% | - |
| HSV(B) | 219.57º | 0.82% | 0.22% | - |
| XYZ | 1.23 | 1.1 | 4.02 | - |
| YUV | 24.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 57 | 0.82 | 0.54 | 0 | 0.78 | 219.57 | 0.7 | 0.13 |
| Hex | A | 1A | 39 | 52 | 36 | 0 | 4E | DC | 46 | D |
| Octal | 12 | 32 | 71 | 122 | 66 | 0 | 116 | 334 | 106 | 15 |
| Binary | 1010 | 11010 | 111001 | 1010010 | 110110 | 0 | 1001110 | 11011100 | 1000110 | 1101 |
Color Harmonies of #0A1A39
Complementary color
Monochromatic Colors of #0A1A39
Black with #0A1A39
Text Example
Text Example
White with #0A1A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A39; }
p { color: rgb(10,26,57); }
H1.HeaderClassName
{
color: #0A1A39;
}
.AnyTagClassName
{
color: #0A1A39;
}
</style>
background-color css
<style>
a { background-color: #0A1A39; }
a { background-color: rgb(10,26,57); }
div.DivClassName
{
background-color: #0A1A39;
}
.BgClassName
{
background-color: #0A1A39;
}
</style>
border-color css
<style>
span { border-color: #0A1A39; }
span { border-color: rgb(10,26,57); }
td.TdClassName
{
border-color: #0A1A39;
}
.TagClassName
{
border-color: #0A1A39;
}
</style>