Shades of Midnight Express #0C132F
Tints of Midnight Express #0C132F
RGB
CMYK
RGB Variations
Color information
#0C132F (or 0x0C132F) is known color: Midnight Express. HEX triplet: 0C, 13 and 2F. RGB value is (12,19,47). Sum of RGB (Red+Green+Blue) = 12+19+47=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C132F is #F3ECD0. Grayscale: #131313. Windows color (decimal): -15985873 or 3085068. OLE color: 3085068.
HSL color Cylindrical-coordinate representation of color #0C132F: hue angle of 228º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C132F is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 19 | 47 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.82 |
| HSL | 228º | 0.59% | 0.12% | - |
| HSV(B) | 228º | 0.74% | 0.18% | - |
| XYZ | 0.9 | 0.75 | 2.79 | - |
| YUV | 20.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 47 | 0.74 | 0.60 | 0 | 0.82 | 228 | 0.59 | 0.12 |
| Hex | C | 13 | 2F | 4A | 3C | 0 | 52 | E4 | 3B | C |
| Octal | 14 | 23 | 57 | 112 | 74 | 0 | 122 | 344 | 73 | 14 |
| Binary | 1100 | 10011 | 101111 | 1001010 | 111100 | 0 | 1010010 | 11100100 | 111011 | 1100 |
Color Harmonies of #0C132F
Complementary color
Monochromatic Colors of #0C132F
Black with #0C132F
Text Example
Text Example
White with #0C132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C132F; }
p { color: rgb(12,19,47); }
H1.HeaderClassName
{
color: #0C132F;
}
.AnyTagClassName
{
color: #0C132F;
}
</style>
background-color css
<style>
a { background-color: #0C132F; }
a { background-color: rgb(12,19,47); }
div.DivClassName
{
background-color: #0C132F;
}
.BgClassName
{
background-color: #0C132F;
}
</style>
border-color css
<style>
span { border-color: #0C132F; }
span { border-color: rgb(12,19,47); }
td.TdClassName
{
border-color: #0C132F;
}
.TagClassName
{
border-color: #0C132F;
}
</style>