Shades of Midnight Express #010A39
Tints of Midnight Express #010A39
RGB
CMYK
RGB Variations
Color information
#010A39 (or 0x010A39) is known color: Midnight Express. HEX triplet: 01, 0A and 39. RGB value is (1,10,57). Sum of RGB (Red+Green+Blue) = 1+10+57=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 57 (22.66% from 255 or 83.82% from 68); Max value from RGB is 57 - color contains mainly: blue. Hex color #010A39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A39 is #FEF5C6. Grayscale: #0C0C0C. Windows color (decimal): -16709063 or 3738113. OLE color: 3738113.
HSL color Cylindrical-coordinate representation of color #010A39: hue angle of 230.36º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010A39 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 10 | 57 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.78 |
| HSL | 230.36º | 0.97% | 0.11% | - |
| HSV(B) | 230.36º | 0.98% | 0.22% | - |
| XYZ | 0.86 | 0.52 | 3.93 | - |
| YUV | 12.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 57 | 0.98 | 0.82 | 0 | 0.78 | 230.36 | 0.97 | 0.11 |
| Hex | 1 | A | 39 | 62 | 52 | 0 | 4E | E6 | 61 | B |
| Octal | 1 | 12 | 71 | 142 | 122 | 0 | 116 | 346 | 141 | 13 |
| Binary | 1 | 1010 | 111001 | 1100010 | 1010010 | 0 | 1001110 | 11100110 | 1100001 | 1011 |
Color Harmonies of #010A39
Complementary color
Monochromatic Colors of #010A39
Black with #010A39
Text Example
Text Example
White with #010A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A39; }
p { color: rgb(1,10,57); }
H1.HeaderClassName
{
color: #010A39;
}
.AnyTagClassName
{
color: #010A39;
}
</style>
background-color css
<style>
a { background-color: #010A39; }
a { background-color: rgb(1,10,57); }
div.DivClassName
{
background-color: #010A39;
}
.BgClassName
{
background-color: #010A39;
}
</style>
border-color css
<style>
span { border-color: #010A39; }
span { border-color: rgb(1,10,57); }
td.TdClassName
{
border-color: #010A39;
}
.TagClassName
{
border-color: #010A39;
}
</style>