Shades of Midnight Express #0C172A
Tints of Midnight Express #0C172A
RGB
CMYK
RGB Variations
Color information
#0C172A (or 0x0C172A) is known color: Midnight Express. HEX triplet: 0C, 17 and 2A. RGB value is (12,23,42). Sum of RGB (Red+Green+Blue) = 12+23+42=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C172A is #F3E8D5. Grayscale: #151515. Windows color (decimal): -15984854 or 2758412. OLE color: 2758412.
HSL color Cylindrical-coordinate representation of color #0C172A: hue angle of 218º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C172A is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 23 | 42 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.84 |
| HSL | 218º | 0.56% | 0.11% | - |
| HSV(B) | 218º | 0.71% | 0.16% | - |
| XYZ | 0.88 | 0.86 | 2.31 | - |
| YUV | 21.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 42 | 0.71 | 0.45 | 0 | 0.84 | 218 | 0.56 | 0.11 |
| Hex | C | 17 | 2A | 47 | 2D | 0 | 54 | DA | 38 | B |
| Octal | 14 | 27 | 52 | 107 | 55 | 0 | 124 | 332 | 70 | 13 |
| Binary | 1100 | 10111 | 101010 | 1000111 | 101101 | 0 | 1010100 | 11011010 | 111000 | 1011 |
Color Harmonies of #0C172A
Complementary color
Monochromatic Colors of #0C172A
Black with #0C172A
Text Example
Text Example
White with #0C172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C172A; }
p { color: rgb(12,23,42); }
H1.HeaderClassName
{
color: #0C172A;
}
.AnyTagClassName
{
color: #0C172A;
}
</style>
background-color css
<style>
a { background-color: #0C172A; }
a { background-color: rgb(12,23,42); }
div.DivClassName
{
background-color: #0C172A;
}
.BgClassName
{
background-color: #0C172A;
}
</style>
border-color css
<style>
span { border-color: #0C172A; }
span { border-color: rgb(12,23,42); }
td.TdClassName
{
border-color: #0C172A;
}
.TagClassName
{
border-color: #0C172A;
}
</style>