Shades of Midnight Express #0C142F
Tints of Midnight Express #0C142F
RGB
CMYK
RGB Variations
Color information
#0C142F (or 0x0C142F) is known color: Midnight Express. HEX triplet: 0C, 14 and 2F. RGB value is (12,20,47). Sum of RGB (Red+Green+Blue) = 12+20+47=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C142F is #F3EBD0. Grayscale: #141414. Windows color (decimal): -15985617 or 3085324. OLE color: 3085324.
HSL color Cylindrical-coordinate representation of color #0C142F: hue angle of 226.29º 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 #0C142F is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 20 | 47 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.82 |
| HSL | 226.29º | 0.59% | 0.12% | - |
| HSV(B) | 226.29º | 0.74% | 0.18% | - |
| XYZ | 0.91 | 0.78 | 2.79 | - |
| YUV | 20.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 20 | 47 | 0.74 | 0.57 | 0 | 0.82 | 226.29 | 0.59 | 0.12 |
| Hex | C | 14 | 2F | 4A | 39 | 0 | 52 | E2 | 3B | C |
| Octal | 14 | 24 | 57 | 112 | 71 | 0 | 122 | 342 | 73 | 14 |
| Binary | 1100 | 10100 | 101111 | 1001010 | 111001 | 0 | 1010010 | 11100010 | 111011 | 1100 |
Color Harmonies of #0C142F
Complementary color
Monochromatic Colors of #0C142F
Black with #0C142F
Text Example
Text Example
White with #0C142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C142F; }
p { color: rgb(12,20,47); }
H1.HeaderClassName
{
color: #0C142F;
}
.AnyTagClassName
{
color: #0C142F;
}
</style>
background-color css
<style>
a { background-color: #0C142F; }
a { background-color: rgb(12,20,47); }
div.DivClassName
{
background-color: #0C142F;
}
.BgClassName
{
background-color: #0C142F;
}
</style>
border-color css
<style>
span { border-color: #0C142F; }
span { border-color: rgb(12,20,47); }
td.TdClassName
{
border-color: #0C142F;
}
.TagClassName
{
border-color: #0C142F;
}
</style>