Shades of Midnight Express #010932
Tints of Midnight Express #010932
RGB
CMYK
RGB Variations
Color information
#010932 (or 0x010932) is known color: Midnight Express. HEX triplet: 01, 09 and 32. RGB value is (1,9,50). Sum of RGB (Red+Green+Blue) = 1+9+50=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 50 (19.92% from 255 or 83.33% from 60); Max value from RGB is 50 - color contains mainly: blue. Hex color #010932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010932 is #FEF6CD. Grayscale: #0B0B0B. Windows color (decimal): -16709326 or 3279105. OLE color: 3279105.
HSL color Cylindrical-coordinate representation of color #010932: hue angle of 230.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010932 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 9 | 50 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.80 |
| HSL | 230.2º | 0.96% | 0.1% | - |
| HSV(B) | 230.2º | 0.98% | 0.2% | - |
| XYZ | 0.69 | 0.43 | 3.06 | - |
| YUV | 11.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 50 | 0.98 | 0.82 | 0 | 0.80 | 230.2 | 0.96 | 0.1 |
| Hex | 1 | 9 | 32 | 62 | 52 | 0 | 50 | E6 | 60 | A |
| Octal | 1 | 11 | 62 | 142 | 122 | 0 | 120 | 346 | 140 | 12 |
| Binary | 1 | 1001 | 110010 | 1100010 | 1010010 | 0 | 1010000 | 11100110 | 1100000 | 1010 |
Color Harmonies of #010932
Complementary color
Monochromatic Colors of #010932
Black with #010932
Text Example
Text Example
White with #010932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010932; }
p { color: rgb(1,9,50); }
H1.HeaderClassName
{
color: #010932;
}
.AnyTagClassName
{
color: #010932;
}
</style>
background-color css
<style>
a { background-color: #010932; }
a { background-color: rgb(1,9,50); }
div.DivClassName
{
background-color: #010932;
}
.BgClassName
{
background-color: #010932;
}
</style>
border-color css
<style>
span { border-color: #010932; }
span { border-color: rgb(1,9,50); }
td.TdClassName
{
border-color: #010932;
}
.TagClassName
{
border-color: #010932;
}
</style>