Shades of Egyptian Blue #17219B
Tints of Egyptian Blue #17219B
RGB
CMYK
RGB Variations
Color information
#17219B (or 0x17219B) is known color: Egyptian Blue. HEX triplet: 17, 21 and 9B. RGB value is (23,33,155). Sum of RGB (Red+Green+Blue) = 23+33+155=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #17219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17219B is #E8DE64. Grayscale: #2B2B2B. Windows color (decimal): -15261285 or 10166551. OLE color: 10166551.
HSL color Cylindrical-coordinate representation of color #17219B: hue angle of 235.45º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17219B is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 33 | 155 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.39 |
| HSL | 235.45º | 0.74% | 0.35% | - |
| HSV(B) | 235.45º | 0.85% | 0.61% | - |
| XYZ | 6.81 | 3.64 | 31.35 | - |
| YUV | 43.92 | 190.69 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 155 | 0.85 | 0.79 | 0 | 0.39 | 235.45 | 0.74 | 0.35 |
| Hex | 17 | 21 | 9B | 55 | 4F | 0 | 27 | EB | 4A | 23 |
| Octal | 27 | 41 | 233 | 125 | 117 | 0 | 47 | 353 | 112 | 43 |
| Binary | 10111 | 100001 | 10011011 | 1010101 | 1001111 | 0 | 100111 | 11101011 | 1001010 | 100011 |
Color Harmonies of #17219B
Complementary color
Monochromatic Colors of #17219B
Black with #17219B
Text Example
Text Example
White with #17219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17219B; }
p { color: rgb(23,33,155); }
H1.HeaderClassName
{
color: #17219B;
}
.AnyTagClassName
{
color: #17219B;
}
</style>
background-color css
<style>
a { background-color: #17219B; }
a { background-color: rgb(23,33,155); }
div.DivClassName
{
background-color: #17219B;
}
.BgClassName
{
background-color: #17219B;
}
</style>
border-color css
<style>
span { border-color: #17219B; }
span { border-color: rgb(23,33,155); }
td.TdClassName
{
border-color: #17219B;
}
.TagClassName
{
border-color: #17219B;
}
</style>