Shades of Midnight Express #17214B
Tints of Midnight Express #17214B
RGB
CMYK
RGB Variations
Color information
#17214B (or 0x17214B) is known color: Midnight Express. HEX triplet: 17, 21 and 4B. RGB value is (23,33,75). Sum of RGB (Red+Green+Blue) = 23+33+75=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #17214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17214B is #E8DEB4. Grayscale: #222222. Windows color (decimal): -15261365 or 4923671. OLE color: 4923671.
HSL color Cylindrical-coordinate representation of color #17214B: hue angle of 228.46º 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 #17214B is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 33 | 75 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.71 |
| HSL | 228.46º | 0.53% | 0.19% | - |
| HSV(B) | 228.46º | 0.69% | 0.29% | - |
| XYZ | 2.17 | 1.78 | 6.89 | - |
| YUV | 34.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 75 | 0.69 | 0.56 | 0 | 0.71 | 228.46 | 0.53 | 0.19 |
| Hex | 17 | 21 | 4B | 45 | 38 | 0 | 47 | E4 | 35 | 13 |
| Octal | 27 | 41 | 113 | 105 | 70 | 0 | 107 | 344 | 65 | 23 |
| Binary | 10111 | 100001 | 1001011 | 1000101 | 111000 | 0 | 1000111 | 11100100 | 110101 | 10011 |
Color Harmonies of #17214B
Complementary color
Monochromatic Colors of #17214B
Black with #17214B
Text Example
Text Example
White with #17214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17214B; }
p { color: rgb(23,33,75); }
H1.HeaderClassName
{
color: #17214B;
}
.AnyTagClassName
{
color: #17214B;
}
</style>
background-color css
<style>
a { background-color: #17214B; }
a { background-color: rgb(23,33,75); }
div.DivClassName
{
background-color: #17214B;
}
.BgClassName
{
background-color: #17214B;
}
</style>
border-color css
<style>
span { border-color: #17214B; }
span { border-color: rgb(23,33,75); }
td.TdClassName
{
border-color: #17214B;
}
.TagClassName
{
border-color: #17214B;
}
</style>