Shades of Midnight Express #0C1633
Tints of Midnight Express #0C1633
RGB
CMYK
RGB Variations
Color information
#0C1633 (or 0x0C1633) is known color: Midnight Express. HEX triplet: 0C, 16 and 33. RGB value is (12,22,51). Sum of RGB (Red+Green+Blue) = 12+22+51=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 51 (20.31% from 255 or 60% from 85); Max value from RGB is 51 - color contains mainly: blue. Hex color #0C1633 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1633 is #F3E9CC. Grayscale: #161616. Windows color (decimal): -15985101 or 3347980. OLE color: 3347980.
HSL color Cylindrical-coordinate representation of color #0C1633: hue angle of 224.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C1633 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 22 | 51 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.8 |
| HSL | 224.62º | 0.62% | 0.12% | - |
| HSV(B) | 224.62º | 0.76% | 0.2% | - |
| XYZ | 1.04 | 0.89 | 3.25 | - |
| YUV | 22.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 51 | 0.76 | 0.57 | 0 | 0.8 | 224.62 | 0.62 | 0.12 |
| Hex | C | 16 | 33 | 4C | 39 | 0 | 50 | E1 | 3E | C |
| Octal | 14 | 26 | 63 | 114 | 71 | 0 | 120 | 341 | 76 | 14 |
| Binary | 1100 | 10110 | 110011 | 1001100 | 111001 | 0 | 1010000 | 11100001 | 111110 | 1100 |
Color Harmonies of #0C1633
Complementary color
Monochromatic Colors of #0C1633
Black with #0C1633
Text Example
Text Example
White with #0C1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1633; }
p { color: rgb(12,22,51); }
H1.HeaderClassName
{
color: #0C1633;
}
.AnyTagClassName
{
color: #0C1633;
}
</style>
background-color css
<style>
a { background-color: #0C1633; }
a { background-color: rgb(12,22,51); }
div.DivClassName
{
background-color: #0C1633;
}
.BgClassName
{
background-color: #0C1633;
}
</style>
border-color css
<style>
span { border-color: #0C1633; }
span { border-color: rgb(12,22,51); }
td.TdClassName
{
border-color: #0C1633;
}
.TagClassName
{
border-color: #0C1633;
}
</style>