Shades of Midnight Express #0C1235
Tints of Midnight Express #0C1235
RGB
CMYK
RGB Variations
Color information
#0C1235 (or 0x0C1235) is known color: Midnight Express. HEX triplet: 0C, 12 and 35. RGB value is (12,18,53). Sum of RGB (Red+Green+Blue) = 12+18+53=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 53 (21.09% from 255 or 63.86% from 83); Max value from RGB is 53 - color contains mainly: blue. Hex color #0C1235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1235 is #F3EDCA. Grayscale: #141414. Windows color (decimal): -15986123 or 3478028. OLE color: 3478028.
HSL color Cylindrical-coordinate representation of color #0C1235: hue angle of 231.22º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C1235 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 18 | 53 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.79 |
| HSL | 231.22º | 0.63% | 0.13% | - |
| HSV(B) | 231.22º | 0.77% | 0.21% | - |
| XYZ | 1.01 | 0.77 | 3.46 | - |
| YUV | 20.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 18 | 53 | 0.77 | 0.66 | 0 | 0.79 | 231.22 | 0.63 | 0.13 |
| Hex | C | 12 | 35 | 4D | 42 | 0 | 4F | E7 | 3F | D |
| Octal | 14 | 22 | 65 | 115 | 102 | 0 | 117 | 347 | 77 | 15 |
| Binary | 1100 | 10010 | 110101 | 1001101 | 1000010 | 0 | 1001111 | 11100111 | 111111 | 1101 |
Color Harmonies of #0C1235
Complementary color
Monochromatic Colors of #0C1235
Black with #0C1235
Text Example
Text Example
White with #0C1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1235; }
p { color: rgb(12,18,53); }
H1.HeaderClassName
{
color: #0C1235;
}
.AnyTagClassName
{
color: #0C1235;
}
</style>
background-color css
<style>
a { background-color: #0C1235; }
a { background-color: rgb(12,18,53); }
div.DivClassName
{
background-color: #0C1235;
}
.BgClassName
{
background-color: #0C1235;
}
</style>
border-color css
<style>
span { border-color: #0C1235; }
span { border-color: rgb(12,18,53); }
td.TdClassName
{
border-color: #0C1235;
}
.TagClassName
{
border-color: #0C1235;
}
</style>