Shades of Midnight Express #17264A
Tints of Midnight Express #17264A
RGB
CMYK
RGB Variations
Color information
#17264A (or 0x17264A) is known color: Midnight Express. HEX triplet: 17, 26 and 4A. RGB value is (23,38,74). Sum of RGB (Red+Green+Blue) = 23+38+74=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #17264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17264A is #E8D9B5. Grayscale: #252525. Windows color (decimal): -15260086 or 4859415. OLE color: 4859415.
HSL color Cylindrical-coordinate representation of color #17264A: hue angle of 222.35º 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 #17264A is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 38 | 74 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.71 |
| HSL | 222.35º | 0.53% | 0.19% | - |
| HSV(B) | 222.35º | 0.69% | 0.29% | - |
| XYZ | 2.28 | 2.06 | 6.76 | - |
| YUV | 37.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 74 | 0.69 | 0.49 | 0 | 0.71 | 222.35 | 0.53 | 0.19 |
| Hex | 17 | 26 | 4A | 45 | 31 | 0 | 47 | DE | 35 | 13 |
| Octal | 27 | 46 | 112 | 105 | 61 | 0 | 107 | 336 | 65 | 23 |
| Binary | 10111 | 100110 | 1001010 | 1000101 | 110001 | 0 | 1000111 | 11011110 | 110101 | 10011 |
Color Harmonies of #17264A
Complementary color
Monochromatic Colors of #17264A
Black with #17264A
Text Example
Text Example
White with #17264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17264A; }
p { color: rgb(23,38,74); }
H1.HeaderClassName
{
color: #17264A;
}
.AnyTagClassName
{
color: #17264A;
}
</style>
background-color css
<style>
a { background-color: #17264A; }
a { background-color: rgb(23,38,74); }
div.DivClassName
{
background-color: #17264A;
}
.BgClassName
{
background-color: #17264A;
}
</style>
border-color css
<style>
span { border-color: #17264A; }
span { border-color: rgb(23,38,74); }
td.TdClassName
{
border-color: #17264A;
}
.TagClassName
{
border-color: #17264A;
}
</style>