Shades of Midnight Express #0C172D
Tints of Midnight Express #0C172D
RGB
CMYK
RGB Variations
Color information
#0C172D (or 0x0C172D) is known color: Midnight Express. HEX triplet: 0C, 17 and 2D. RGB value is (12,23,45). Sum of RGB (Red+Green+Blue) = 12+23+45=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C172D is #F3E8D2. Grayscale: #161616. Windows color (decimal): -15984851 or 2955020. OLE color: 2955020.
HSL color Cylindrical-coordinate representation of color #0C172D: hue angle of 220º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C172D is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 23 | 45 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.82 |
| HSL | 220º | 0.58% | 0.11% | - |
| HSV(B) | 220º | 0.73% | 0.18% | - |
| XYZ | 0.93 | 0.88 | 2.6 | - |
| YUV | 22.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 45 | 0.73 | 0.49 | 0 | 0.82 | 220 | 0.58 | 0.11 |
| Hex | C | 17 | 2D | 49 | 31 | 0 | 52 | DC | 3A | B |
| Octal | 14 | 27 | 55 | 111 | 61 | 0 | 122 | 334 | 72 | 13 |
| Binary | 1100 | 10111 | 101101 | 1001001 | 110001 | 0 | 1010010 | 11011100 | 111010 | 1011 |
Color Harmonies of #0C172D
Complementary color
Monochromatic Colors of #0C172D
Black with #0C172D
Text Example
Text Example
White with #0C172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C172D; }
p { color: rgb(12,23,45); }
H1.HeaderClassName
{
color: #0C172D;
}
.AnyTagClassName
{
color: #0C172D;
}
</style>
background-color css
<style>
a { background-color: #0C172D; }
a { background-color: rgb(12,23,45); }
div.DivClassName
{
background-color: #0C172D;
}
.BgClassName
{
background-color: #0C172D;
}
</style>
border-color css
<style>
span { border-color: #0C172D; }
span { border-color: rgb(12,23,45); }
td.TdClassName
{
border-color: #0C172D;
}
.TagClassName
{
border-color: #0C172D;
}
</style>