Shades of Midnight Express #17194A
Tints of Midnight Express #17194A
RGB
CMYK
RGB Variations
Color information
#17194A (or 0x17194A) is known color: Midnight Express. HEX triplet: 17, 19 and 4A. RGB value is (23,25,74). Sum of RGB (Red+Green+Blue) = 23+25+74=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #17194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17194A is #E8E6B5. Grayscale: #1D1D1D. Windows color (decimal): -15263414 or 4856087. OLE color: 4856087.
HSL color Cylindrical-coordinate representation of color #17194A: hue angle of 237.65º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17194A is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 25 | 74 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.71 |
| HSL | 237.65º | 0.53% | 0.19% | - |
| HSV(B) | 237.65º | 0.69% | 0.29% | - |
| XYZ | 1.94 | 1.37 | 6.64 | - |
| YUV | 29.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 74 | 0.69 | 0.66 | 0 | 0.71 | 237.65 | 0.53 | 0.19 |
| Hex | 17 | 19 | 4A | 45 | 42 | 0 | 47 | EE | 35 | 13 |
| Octal | 27 | 31 | 112 | 105 | 102 | 0 | 107 | 356 | 65 | 23 |
| Binary | 10111 | 11001 | 1001010 | 1000101 | 1000010 | 0 | 1000111 | 11101110 | 110101 | 10011 |
Color Harmonies of #17194A
Complementary color
Monochromatic Colors of #17194A
Black with #17194A
Text Example
Text Example
White with #17194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17194A; }
p { color: rgb(23,25,74); }
H1.HeaderClassName
{
color: #17194A;
}
.AnyTagClassName
{
color: #17194A;
}
</style>
background-color css
<style>
a { background-color: #17194A; }
a { background-color: rgb(23,25,74); }
div.DivClassName
{
background-color: #17194A;
}
.BgClassName
{
background-color: #17194A;
}
</style>
border-color css
<style>
span { border-color: #17194A; }
span { border-color: rgb(23,25,74); }
td.TdClassName
{
border-color: #17194A;
}
.TagClassName
{
border-color: #17194A;
}
</style>