Shades of Midnight Express #010C33
Tints of Midnight Express #010C33
RGB
CMYK
RGB Variations
Color information
#010C33 (or 0x010C33) is known color: Midnight Express. HEX triplet: 01, 0C and 33. RGB value is (1,12,51). Sum of RGB (Red+Green+Blue) = 1+12+51=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 51 (20.31% from 255 or 79.69% from 64); Max value from RGB is 51 - color contains mainly: blue. Hex color #010C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C33 is #FEF3CC. Grayscale: #0C0C0C. Windows color (decimal): -16708557 or 3345409. OLE color: 3345409.
HSL color Cylindrical-coordinate representation of color #010C33: hue angle of 226.8º 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 #010C33 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 12 | 51 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.8 |
| HSL | 226.8º | 0.96% | 0.1% | - |
| HSV(B) | 226.8º | 0.98% | 0.2% | - |
| XYZ | 0.74 | 0.51 | 3.19 | - |
| YUV | 13.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 51 | 0.98 | 0.76 | 0 | 0.8 | 226.8 | 0.96 | 0.1 |
| Hex | 1 | C | 33 | 62 | 4C | 0 | 50 | E3 | 60 | A |
| Octal | 1 | 14 | 63 | 142 | 114 | 0 | 120 | 343 | 140 | 12 |
| Binary | 1 | 1100 | 110011 | 1100010 | 1001100 | 0 | 1010000 | 11100011 | 1100000 | 1010 |
Color Harmonies of #010C33
Complementary color
Monochromatic Colors of #010C33
Black with #010C33
Text Example
Text Example
White with #010C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C33; }
p { color: rgb(1,12,51); }
H1.HeaderClassName
{
color: #010C33;
}
.AnyTagClassName
{
color: #010C33;
}
</style>
background-color css
<style>
a { background-color: #010C33; }
a { background-color: rgb(1,12,51); }
div.DivClassName
{
background-color: #010C33;
}
.BgClassName
{
background-color: #010C33;
}
</style>
border-color css
<style>
span { border-color: #010C33; }
span { border-color: rgb(1,12,51); }
td.TdClassName
{
border-color: #010C33;
}
.TagClassName
{
border-color: #010C33;
}
</style>