Shades of Midnight Express #17233B
Tints of Midnight Express #17233B
RGB
CMYK
RGB Variations
Color information
#17233B (or 0x17233B) is known color: Midnight Express. HEX triplet: 17, 23 and 3B. RGB value is (23,35,59). Sum of RGB (Red+Green+Blue) = 23+35+59=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #17233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17233B is #E8DCC4. Grayscale: #222222. Windows color (decimal): -15260869 or 3875607. OLE color: 3875607.
HSL color Cylindrical-coordinate representation of color #17233B: hue angle of 220º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #17233B is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 35 | 59 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.77 |
| HSL | 220º | 0.44% | 0.16% | - |
| HSV(B) | 220º | 0.61% | 0.23% | - |
| XYZ | 1.74 | 1.7 | 4.37 | - |
| YUV | 34.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 59 | 0.61 | 0.41 | 0 | 0.77 | 220 | 0.44 | 0.16 |
| Hex | 17 | 23 | 3B | 3D | 29 | 0 | 4D | DC | 2C | 10 |
| Octal | 27 | 43 | 73 | 75 | 51 | 0 | 115 | 334 | 54 | 20 |
| Binary | 10111 | 100011 | 111011 | 111101 | 101001 | 0 | 1001101 | 11011100 | 101100 | 10000 |
Color Harmonies of #17233B
Complementary color
Monochromatic Colors of #17233B
Black with #17233B
Text Example
Text Example
White with #17233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17233B; }
p { color: rgb(23,35,59); }
H1.HeaderClassName
{
color: #17233B;
}
.AnyTagClassName
{
color: #17233B;
}
</style>
background-color css
<style>
a { background-color: #17233B; }
a { background-color: rgb(23,35,59); }
div.DivClassName
{
background-color: #17233B;
}
.BgClassName
{
background-color: #17233B;
}
</style>
border-color css
<style>
span { border-color: #17233B; }
span { border-color: rgb(23,35,59); }
td.TdClassName
{
border-color: #17233B;
}
.TagClassName
{
border-color: #17233B;
}
</style>