Shades of Midnight Express #0C173A
Tints of Midnight Express #0C173A
RGB
CMYK
RGB Variations
Color information
#0C173A (or 0x0C173A) is known color: Midnight Express. HEX triplet: 0C, 17 and 3A. RGB value is (12,23,58). Sum of RGB (Red+Green+Blue) = 12+23+58=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C173A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C173A is #F3E8C5. Grayscale: #171717. Windows color (decimal): -15984838 or 3806988. OLE color: 3806988.
HSL color Cylindrical-coordinate representation of color #0C173A: hue angle of 225.65º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C173A is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 23 | 58 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.77 |
| HSL | 225.65º | 0.66% | 0.14% | - |
| HSV(B) | 225.65º | 0.79% | 0.23% | - |
| XYZ | 1.22 | 1 | 4.13 | - |
| YUV | 23.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 58 | 0.79 | 0.60 | 0 | 0.77 | 225.65 | 0.66 | 0.14 |
| Hex | C | 17 | 3A | 4F | 3C | 0 | 4D | E2 | 42 | E |
| Octal | 14 | 27 | 72 | 117 | 74 | 0 | 115 | 342 | 102 | 16 |
| Binary | 1100 | 10111 | 111010 | 1001111 | 111100 | 0 | 1001101 | 11100010 | 1000010 | 1110 |
Color Harmonies of #0C173A
Complementary color
Monochromatic Colors of #0C173A
Black with #0C173A
Text Example
Text Example
White with #0C173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C173A; }
p { color: rgb(12,23,58); }
H1.HeaderClassName
{
color: #0C173A;
}
.AnyTagClassName
{
color: #0C173A;
}
</style>
background-color css
<style>
a { background-color: #0C173A; }
a { background-color: rgb(12,23,58); }
div.DivClassName
{
background-color: #0C173A;
}
.BgClassName
{
background-color: #0C173A;
}
</style>
border-color css
<style>
span { border-color: #0C173A; }
span { border-color: rgb(12,23,58); }
td.TdClassName
{
border-color: #0C173A;
}
.TagClassName
{
border-color: #0C173A;
}
</style>