Shades of Midnight Express #0A1832
Tints of Midnight Express #0A1832
RGB
CMYK
RGB Variations
Color information
#0A1832 (or 0x0A1832) is known color: Midnight Express. HEX triplet: 0A, 18 and 32. RGB value is (10,24,50). Sum of RGB (Red+Green+Blue) = 10+24+50=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A1832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1832 is #F5E7CD. Grayscale: #161616. Windows color (decimal): -16115662 or 3282954. OLE color: 3282954.
HSL color Cylindrical-coordinate representation of color #0A1832: hue angle of 219º 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 #0A1832 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 24 | 50 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.80 |
| HSL | 219º | 0.67% | 0.12% | - |
| HSV(B) | 219º | 0.8% | 0.2% | - |
| XYZ | 1.03 | 0.95 | 3.15 | - |
| YUV | 22.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 50 | 0.80 | 0.52 | 0 | 0.80 | 219 | 0.67 | 0.12 |
| Hex | A | 18 | 32 | 50 | 34 | 0 | 50 | DB | 43 | C |
| Octal | 12 | 30 | 62 | 120 | 64 | 0 | 120 | 333 | 103 | 14 |
| Binary | 1010 | 11000 | 110010 | 1010000 | 110100 | 0 | 1010000 | 11011011 | 1000011 | 1100 |
Color Harmonies of #0A1832
Complementary color
Monochromatic Colors of #0A1832
Black with #0A1832
Text Example
Text Example
White with #0A1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1832; }
p { color: rgb(10,24,50); }
H1.HeaderClassName
{
color: #0A1832;
}
.AnyTagClassName
{
color: #0A1832;
}
</style>
background-color css
<style>
a { background-color: #0A1832; }
a { background-color: rgb(10,24,50); }
div.DivClassName
{
background-color: #0A1832;
}
.BgClassName
{
background-color: #0A1832;
}
</style>
border-color css
<style>
span { border-color: #0A1832; }
span { border-color: rgb(10,24,50); }
td.TdClassName
{
border-color: #0A1832;
}
.TagClassName
{
border-color: #0A1832;
}
</style>