Shades of Midnight Express #0A1932
Tints of Midnight Express #0A1932
RGB
CMYK
RGB Variations
Color information
#0A1932 (or 0x0A1932) is known color: Midnight Express. HEX triplet: 0A, 19 and 32. RGB value is (10,25,50). Sum of RGB (Red+Green+Blue) = 10+25+50=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A1932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1932 is #F5E6CD. Grayscale: #171717. Windows color (decimal): -16115406 or 3283210. OLE color: 3283210.
HSL color Cylindrical-coordinate representation of color #0A1932: hue angle of 217.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A1932 is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 25 | 50 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.80 |
| HSL | 217.5º | 0.67% | 0.12% | - |
| HSV(B) | 217.5º | 0.8% | 0.2% | - |
| XYZ | 1.05 | 0.99 | 3.15 | - |
| YUV | 23.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 50 | 0.80 | 0.50 | 0 | 0.80 | 217.5 | 0.67 | 0.12 |
| Hex | A | 19 | 32 | 50 | 32 | 0 | 50 | DA | 43 | C |
| Octal | 12 | 31 | 62 | 120 | 62 | 0 | 120 | 332 | 103 | 14 |
| Binary | 1010 | 11001 | 110010 | 1010000 | 110010 | 0 | 1010000 | 11011010 | 1000011 | 1100 |
Color Harmonies of #0A1932
Complementary color
Monochromatic Colors of #0A1932
Black with #0A1932
Text Example
Text Example
White with #0A1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1932; }
p { color: rgb(10,25,50); }
H1.HeaderClassName
{
color: #0A1932;
}
.AnyTagClassName
{
color: #0A1932;
}
</style>
background-color css
<style>
a { background-color: #0A1932; }
a { background-color: rgb(10,25,50); }
div.DivClassName
{
background-color: #0A1932;
}
.BgClassName
{
background-color: #0A1932;
}
</style>
border-color css
<style>
span { border-color: #0A1932; }
span { border-color: rgb(10,25,50); }
td.TdClassName
{
border-color: #0A1932;
}
.TagClassName
{
border-color: #0A1932;
}
</style>