Shades of Midnight Express #0A1A3C
Tints of Midnight Express #0A1A3C
RGB
CMYK
RGB Variations
Color information
#0A1A3C (or 0x0A1A3C) is known color: Midnight Express. HEX triplet: 0A, 1A and 3C. RGB value is (10,26,60). Sum of RGB (Red+Green+Blue) = 10+26+60=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A1A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A3C is #F5E5C3. Grayscale: #181818. Windows color (decimal): -16115140 or 3938826. OLE color: 3938826.
HSL color Cylindrical-coordinate representation of color #0A1A3C: hue angle of 220.8º 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 #0A1A3C is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 26 | 60 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.76 |
| HSL | 220.8º | 0.71% | 0.14% | - |
| HSV(B) | 220.8º | 0.83% | 0.24% | - |
| XYZ | 1.31 | 1.13 | 4.42 | - |
| YUV | 25.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 60 | 0.83 | 0.57 | 0 | 0.76 | 220.8 | 0.71 | 0.14 |
| Hex | A | 1A | 3C | 53 | 39 | 0 | 4C | DD | 47 | E |
| Octal | 12 | 32 | 74 | 123 | 71 | 0 | 114 | 335 | 107 | 16 |
| Binary | 1010 | 11010 | 111100 | 1010011 | 111001 | 0 | 1001100 | 11011101 | 1000111 | 1110 |
Color Harmonies of #0A1A3C
Complementary color
Monochromatic Colors of #0A1A3C
Black with #0A1A3C
Text Example
Text Example
White with #0A1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A3C; }
p { color: rgb(10,26,60); }
H1.HeaderClassName
{
color: #0A1A3C;
}
.AnyTagClassName
{
color: #0A1A3C;
}
</style>
background-color css
<style>
a { background-color: #0A1A3C; }
a { background-color: rgb(10,26,60); }
div.DivClassName
{
background-color: #0A1A3C;
}
.BgClassName
{
background-color: #0A1A3C;
}
</style>
border-color css
<style>
span { border-color: #0A1A3C; }
span { border-color: rgb(10,26,60); }
td.TdClassName
{
border-color: #0A1A3C;
}
.TagClassName
{
border-color: #0A1A3C;
}
</style>