Shades of Midnight Express #0C1737
Tints of Midnight Express #0C1737
RGB
CMYK
RGB Variations
Color information
#0C1737 (or 0x0C1737) is known color: Midnight Express. HEX triplet: 0C, 17 and 37. RGB value is (12,23,55). Sum of RGB (Red+Green+Blue) = 12+23+55=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C1737 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1737 is #F3E8C8. Grayscale: #171717. Windows color (decimal): -15984841 or 3610380. OLE color: 3610380.
HSL color Cylindrical-coordinate representation of color #0C1737: hue angle of 224.65º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C1737 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 23 | 55 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.78 |
| HSL | 224.65º | 0.64% | 0.13% | - |
| HSV(B) | 224.65º | 0.78% | 0.22% | - |
| XYZ | 1.15 | 0.97 | 3.74 | - |
| YUV | 23.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 55 | 0.78 | 0.58 | 0 | 0.78 | 224.65 | 0.64 | 0.13 |
| Hex | C | 17 | 37 | 4E | 3A | 0 | 4E | E1 | 40 | D |
| Octal | 14 | 27 | 67 | 116 | 72 | 0 | 116 | 341 | 100 | 15 |
| Binary | 1100 | 10111 | 110111 | 1001110 | 111010 | 0 | 1001110 | 11100001 | 1000000 | 1101 |
Color Harmonies of #0C1737
Complementary color
Monochromatic Colors of #0C1737
Black with #0C1737
Text Example
Text Example
White with #0C1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1737; }
p { color: rgb(12,23,55); }
H1.HeaderClassName
{
color: #0C1737;
}
.AnyTagClassName
{
color: #0C1737;
}
</style>
background-color css
<style>
a { background-color: #0C1737; }
a { background-color: rgb(12,23,55); }
div.DivClassName
{
background-color: #0C1737;
}
.BgClassName
{
background-color: #0C1737;
}
</style>
border-color css
<style>
span { border-color: #0C1737; }
span { border-color: rgb(12,23,55); }
td.TdClassName
{
border-color: #0C1737;
}
.TagClassName
{
border-color: #0C1737;
}
</style>