Shades of Midnight Express #00173D
Tints of Midnight Express #00173D
RGB
CMYK
RGB Variations
Color information
#00173D (or 0x00173D) is known color: Midnight Express. HEX triplet: 00, 17 and 3D. RGB value is (0,23,61). Sum of RGB (Red+Green+Blue) = 0+23+61=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #00173D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00173D is #FFE8C2. Grayscale: #141414. Windows color (decimal): -16771267 or 4003584. OLE color: 4003584.
HSL color Cylindrical-coordinate representation of color #00173D: hue angle of 217.38º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00173D is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 23 | 61 | - |
| CMYK | 1 | 0.62 | 0 | 0.76 |
| HSL | 217.38º | 1% | 0.12% | - |
| HSV(B) | 217.38º | 1% | 0.24% | - |
| XYZ | 1.15 | 0.95 | 4.54 | - |
| YUV | 20.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 61 | 1 | 0.62 | 0 | 0.76 | 217.38 | 1 | 0.12 |
| Hex | 0 | 17 | 3D | 64 | 3E | 0 | 4C | D9 | 64 | C |
| Octal | 0 | 27 | 75 | 144 | 76 | 0 | 114 | 331 | 144 | 14 |
| Binary | 0 | 10111 | 111101 | 1100100 | 111110 | 0 | 1001100 | 11011001 | 1100100 | 1100 |
Color Harmonies of #00173D
Complementary color
Monochromatic Colors of #00173D
Black with #00173D
Text Example
Text Example
White with #00173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00173D; }
p { color: rgb(0,23,61); }
H1.HeaderClassName
{
color: #00173D;
}
.AnyTagClassName
{
color: #00173D;
}
</style>
background-color css
<style>
a { background-color: #00173D; }
a { background-color: rgb(0,23,61); }
div.DivClassName
{
background-color: #00173D;
}
.BgClassName
{
background-color: #00173D;
}
</style>
border-color css
<style>
span { border-color: #00173D; }
span { border-color: rgb(0,23,61); }
td.TdClassName
{
border-color: #00173D;
}
.TagClassName
{
border-color: #00173D;
}
</style>