Shades of Midnight Express #01173C
Tints of Midnight Express #01173C
RGB
CMYK
RGB Variations
Color information
#01173C (or 0x01173C) is known color: Midnight Express. HEX triplet: 01, 17 and 3C. RGB value is (1,23,60). Sum of RGB (Red+Green+Blue) = 1+23+60=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 60 (23.83% from 255 or 71.43% from 84); Max value from RGB is 60 - color contains mainly: blue. Hex color #01173C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01173C is #FEE8C3. Grayscale: #141414. Windows color (decimal): -16705732 or 3938049. OLE color: 3938049.
HSL color Cylindrical-coordinate representation of color #01173C: hue angle of 217.63º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01173C is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 23 | 60 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.76 |
| HSL | 217.63º | 0.97% | 0.12% | - |
| HSV(B) | 217.63º | 0.98% | 0.24% | - |
| XYZ | 1.13 | 0.95 | 4.4 | - |
| YUV | 20.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 60 | 0.98 | 0.62 | 0 | 0.76 | 217.63 | 0.97 | 0.12 |
| Hex | 1 | 17 | 3C | 62 | 3E | 0 | 4C | DA | 61 | C |
| Octal | 1 | 27 | 74 | 142 | 76 | 0 | 114 | 332 | 141 | 14 |
| Binary | 1 | 10111 | 111100 | 1100010 | 111110 | 0 | 1001100 | 11011010 | 1100001 | 1100 |
Color Harmonies of #01173C
Complementary color
Monochromatic Colors of #01173C
Black with #01173C
Text Example
Text Example
White with #01173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01173C; }
p { color: rgb(1,23,60); }
H1.HeaderClassName
{
color: #01173C;
}
.AnyTagClassName
{
color: #01173C;
}
</style>
background-color css
<style>
a { background-color: #01173C; }
a { background-color: rgb(1,23,60); }
div.DivClassName
{
background-color: #01173C;
}
.BgClassName
{
background-color: #01173C;
}
</style>
border-color css
<style>
span { border-color: #01173C; }
span { border-color: rgb(1,23,60); }
td.TdClassName
{
border-color: #01173C;
}
.TagClassName
{
border-color: #01173C;
}
</style>