Shades of Midnight Express #0A1D3C
Tints of Midnight Express #0A1D3C
RGB
CMYK
RGB Variations
Color information
#0A1D3C (or 0x0A1D3C) is known color: Midnight Express. HEX triplet: 0A, 1D and 3C. RGB value is (10,29,60). Sum of RGB (Red+Green+Blue) = 10+29+60=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A1D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1D3C is #F5E2C3. Grayscale: #1A1A1A. Windows color (decimal): -16114372 or 3939594. OLE color: 3939594.
HSL color Cylindrical-coordinate representation of color #0A1D3C: hue angle of 217.2º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A1D3C is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 29 | 60 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.76 |
| HSL | 217.2º | 0.71% | 0.14% | - |
| HSV(B) | 217.2º | 0.83% | 0.24% | - |
| XYZ | 1.38 | 1.27 | 4.45 | - |
| YUV | 26.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 60 | 0.83 | 0.52 | 0 | 0.76 | 217.2 | 0.71 | 0.14 |
| Hex | A | 1D | 3C | 53 | 34 | 0 | 4C | D9 | 47 | E |
| Octal | 12 | 35 | 74 | 123 | 64 | 0 | 114 | 331 | 107 | 16 |
| Binary | 1010 | 11101 | 111100 | 1010011 | 110100 | 0 | 1001100 | 11011001 | 1000111 | 1110 |
Color Harmonies of #0A1D3C
Complementary color
Monochromatic Colors of #0A1D3C
Black with #0A1D3C
Text Example
Text Example
White with #0A1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D3C; }
p { color: rgb(10,29,60); }
H1.HeaderClassName
{
color: #0A1D3C;
}
.AnyTagClassName
{
color: #0A1D3C;
}
</style>
background-color css
<style>
a { background-color: #0A1D3C; }
a { background-color: rgb(10,29,60); }
div.DivClassName
{
background-color: #0A1D3C;
}
.BgClassName
{
background-color: #0A1D3C;
}
</style>
border-color css
<style>
span { border-color: #0A1D3C; }
span { border-color: rgb(10,29,60); }
td.TdClassName
{
border-color: #0A1D3C;
}
.TagClassName
{
border-color: #0A1D3C;
}
</style>