Shades of Midnight Express #01173D
Tints of Midnight Express #01173D
RGB
CMYK
RGB Variations
Color information
#01173D (or 0x01173D) is known color: Midnight Express. HEX triplet: 01, 17 and 3D. RGB value is (1,23,61). Sum of RGB (Red+Green+Blue) = 1+23+61=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 61 (24.22% from 255 or 71.76% from 85); Max value from RGB is 61 - color contains mainly: blue. Hex color #01173D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01173D is #FEE8C2. Grayscale: #141414. Windows color (decimal): -16705731 or 4003585. OLE color: 4003585.
HSL color Cylindrical-coordinate representation of color #01173D: hue angle of 218º 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 #01173D is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 23 | 61 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.76 |
| HSL | 218º | 0.97% | 0.12% | - |
| HSV(B) | 218º | 0.98% | 0.24% | - |
| XYZ | 1.16 | 0.96 | 4.54 | - |
| YUV | 20.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 61 | 0.98 | 0.62 | 0 | 0.76 | 218 | 0.97 | 0.12 |
| Hex | 1 | 17 | 3D | 62 | 3E | 0 | 4C | DA | 61 | C |
| Octal | 1 | 27 | 75 | 142 | 76 | 0 | 114 | 332 | 141 | 14 |
| Binary | 1 | 10111 | 111101 | 1100010 | 111110 | 0 | 1001100 | 11011010 | 1100001 | 1100 |
Color Harmonies of #01173D
Complementary color
Monochromatic Colors of #01173D
Black with #01173D
Text Example
Text Example
White with #01173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01173D; }
p { color: rgb(1,23,61); }
H1.HeaderClassName
{
color: #01173D;
}
.AnyTagClassName
{
color: #01173D;
}
</style>
background-color css
<style>
a { background-color: #01173D; }
a { background-color: rgb(1,23,61); }
div.DivClassName
{
background-color: #01173D;
}
.BgClassName
{
background-color: #01173D;
}
</style>
border-color css
<style>
span { border-color: #01173D; }
span { border-color: rgb(1,23,61); }
td.TdClassName
{
border-color: #01173D;
}
.TagClassName
{
border-color: #01173D;
}
</style>