Shades of Midnight Express #010935
Tints of Midnight Express #010935
RGB
CMYK
RGB Variations
Color information
#010935 (or 0x010935) is known color: Midnight Express. HEX triplet: 01, 09 and 35. RGB value is (1,9,53). Sum of RGB (Red+Green+Blue) = 1+9+53=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 53 (21.09% from 255 or 84.13% from 63); Max value from RGB is 53 - color contains mainly: blue. Hex color #010935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010935 is #FEF6CA. Grayscale: #0B0B0B. Windows color (decimal): -16709323 or 3475713. OLE color: 3475713.
HSL color Cylindrical-coordinate representation of color #010935: hue angle of 230.77º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010935 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 9 | 53 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.79 |
| HSL | 230.77º | 0.96% | 0.11% | - |
| HSV(B) | 230.77º | 0.98% | 0.21% | - |
| XYZ | 0.75 | 0.46 | 3.42 | - |
| YUV | 11.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 53 | 0.98 | 0.83 | 0 | 0.79 | 230.77 | 0.96 | 0.11 |
| Hex | 1 | 9 | 35 | 62 | 53 | 0 | 4F | E7 | 60 | B |
| Octal | 1 | 11 | 65 | 142 | 123 | 0 | 117 | 347 | 140 | 13 |
| Binary | 1 | 1001 | 110101 | 1100010 | 1010011 | 0 | 1001111 | 11100111 | 1100000 | 1011 |
Color Harmonies of #010935
Complementary color
Monochromatic Colors of #010935
Black with #010935
Text Example
Text Example
White with #010935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010935; }
p { color: rgb(1,9,53); }
H1.HeaderClassName
{
color: #010935;
}
.AnyTagClassName
{
color: #010935;
}
</style>
background-color css
<style>
a { background-color: #010935; }
a { background-color: rgb(1,9,53); }
div.DivClassName
{
background-color: #010935;
}
.BgClassName
{
background-color: #010935;
}
</style>
border-color css
<style>
span { border-color: #010935; }
span { border-color: rgb(1,9,53); }
td.TdClassName
{
border-color: #010935;
}
.TagClassName
{
border-color: #010935;
}
</style>