Shades of Midnight Express #0C1433
Tints of Midnight Express #0C1433
RGB
CMYK
RGB Variations
Color information
#0C1433 (or 0x0C1433) is known color: Midnight Express. HEX triplet: 0C, 14 and 33. RGB value is (12,20,51). Sum of RGB (Red+Green+Blue) = 12+20+51=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #0C1433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1433 is #F3EBCC. Grayscale: #151515. Windows color (decimal): -15985613 or 3347468. OLE color: 3347468.
HSL color Cylindrical-coordinate representation of color #0C1433: hue angle of 227.69º 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 #0C1433 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 20 | 51 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.8 |
| HSL | 227.69º | 0.62% | 0.12% | - |
| HSV(B) | 227.69º | 0.76% | 0.2% | - |
| XYZ | 1 | 0.82 | 3.24 | - |
| YUV | 21.14 | 144.85 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 51 | 0.76 | 0.61 | 0 | 0.8 | 227.69 | 0.62 | 0.12 |
| Hex | C | 14 | 33 | 4C | 3D | 0 | 50 | E4 | 3E | C |
| Octal | 14 | 24 | 63 | 114 | 75 | 0 | 120 | 344 | 76 | 14 |
| Binary | 1100 | 10100 | 110011 | 1001100 | 111101 | 0 | 1010000 | 11100100 | 111110 | 1100 |
Color Harmonies of #0C1433
Complementary color
Monochromatic Colors of #0C1433
Black with #0C1433
Text Example
Text Example
White with #0C1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1433; }
p { color: rgb(12,20,51); }
H1.HeaderClassName
{
color: #0C1433;
}
.AnyTagClassName
{
color: #0C1433;
}
</style>
background-color css
<style>
a { background-color: #0C1433; }
a { background-color: rgb(12,20,51); }
div.DivClassName
{
background-color: #0C1433;
}
.BgClassName
{
background-color: #0C1433;
}
</style>
border-color css
<style>
span { border-color: #0C1433; }
span { border-color: rgb(12,20,51); }
td.TdClassName
{
border-color: #0C1433;
}
.TagClassName
{
border-color: #0C1433;
}
</style>