Shades of Midnight Express #0C1038
Tints of Midnight Express #0C1038
RGB
CMYK
RGB Variations
Color information
#0C1038 (or 0x0C1038) is known color: Midnight Express. HEX triplet: 0C, 10 and 38. RGB value is (12,16,56). Sum of RGB (Red+Green+Blue) = 12+16+56=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C1038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1038 is #F3EFC7. Grayscale: #131313. Windows color (decimal): -15986632 or 3674124. OLE color: 3674124.
HSL color Cylindrical-coordinate representation of color #0C1038: hue angle of 234.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C1038 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 16 | 56 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.78 |
| HSL | 234.55º | 0.65% | 0.13% | - |
| HSV(B) | 234.55º | 0.79% | 0.22% | - |
| XYZ | 1.05 | 0.73 | 3.83 | - |
| YUV | 19.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 56 | 0.79 | 0.71 | 0 | 0.78 | 234.55 | 0.65 | 0.13 |
| Hex | C | 10 | 38 | 4F | 47 | 0 | 4E | EB | 41 | D |
| Octal | 14 | 20 | 70 | 117 | 107 | 0 | 116 | 353 | 101 | 15 |
| Binary | 1100 | 10000 | 111000 | 1001111 | 1000111 | 0 | 1001110 | 11101011 | 1000001 | 1101 |
Color Harmonies of #0C1038
Complementary color
Monochromatic Colors of #0C1038
Black with #0C1038
Text Example
Text Example
White with #0C1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1038; }
p { color: rgb(12,16,56); }
H1.HeaderClassName
{
color: #0C1038;
}
.AnyTagClassName
{
color: #0C1038;
}
</style>
background-color css
<style>
a { background-color: #0C1038; }
a { background-color: rgb(12,16,56); }
div.DivClassName
{
background-color: #0C1038;
}
.BgClassName
{
background-color: #0C1038;
}
</style>
border-color css
<style>
span { border-color: #0C1038; }
span { border-color: rgb(12,16,56); }
td.TdClassName
{
border-color: #0C1038;
}
.TagClassName
{
border-color: #0C1038;
}
</style>