Shades of Midnight Express #0A1D42
Tints of Midnight Express #0A1D42
RGB
CMYK
RGB Variations
Color information
#0A1D42 (or 0x0A1D42) is known color: Midnight Express. HEX triplet: 0A, 1D and 42. RGB value is (10,29,66). Sum of RGB (Red+Green+Blue) = 10+29+66=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #0A1D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D42 is #F5E2BD. Grayscale: #1B1B1B. Windows color (decimal): -16114366 or 4332810. OLE color: 4332810.
HSL color Cylindrical-coordinate representation of color #0A1D42: hue angle of 219.64º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A1D42 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 29 | 66 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.74 |
| HSL | 219.64º | 0.74% | 0.15% | - |
| HSV(B) | 219.64º | 0.85% | 0.26% | - |
| XYZ | 1.55 | 1.34 | 5.33 | - |
| YUV | 27.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 66 | 0.85 | 0.56 | 0 | 0.74 | 219.64 | 0.74 | 0.15 |
| Hex | A | 1D | 42 | 55 | 38 | 0 | 4A | DC | 4A | F |
| Octal | 12 | 35 | 102 | 125 | 70 | 0 | 112 | 334 | 112 | 17 |
| Binary | 1010 | 11101 | 1000010 | 1010101 | 111000 | 0 | 1001010 | 11011100 | 1001010 | 1111 |
Color Harmonies of #0A1D42
Complementary color
Monochromatic Colors of #0A1D42
Black with #0A1D42
Text Example
Text Example
White with #0A1D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D42; }
p { color: rgb(10,29,66); }
H1.HeaderClassName
{
color: #0A1D42;
}
.AnyTagClassName
{
color: #0A1D42;
}
</style>
background-color css
<style>
a { background-color: #0A1D42; }
a { background-color: rgb(10,29,66); }
div.DivClassName
{
background-color: #0A1D42;
}
.BgClassName
{
background-color: #0A1D42;
}
</style>
border-color css
<style>
span { border-color: #0A1D42; }
span { border-color: rgb(10,29,66); }
td.TdClassName
{
border-color: #0A1D42;
}
.TagClassName
{
border-color: #0A1D42;
}
</style>