Shades of Egyptian Blue #17429B
Tints of Egyptian Blue #17429B
RGB
CMYK
RGB Variations
Color information
#17429B (or 0x17429B) is known color: Egyptian Blue. HEX triplet: 17, 42 and 9B. RGB value is (23,66,155). Sum of RGB (Red+Green+Blue) = 23+66+155=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #17429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17429B is #E8BD64. Grayscale: #3E3E3E. Windows color (decimal): -15252837 or 10174999. OLE color: 10174999.
HSL color Cylindrical-coordinate representation of color #17429B: hue angle of 220.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 #17429B is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 66 | 155 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.39 |
| HSL | 220.45º | 0.74% | 0.35% | - |
| HSV(B) | 220.45º | 0.85% | 0.61% | - |
| XYZ | 8.22 | 6.45 | 31.82 | - |
| YUV | 63.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 155 | 0.85 | 0.57 | 0 | 0.39 | 220.45 | 0.74 | 0.35 |
| Hex | 17 | 42 | 9B | 55 | 39 | 0 | 27 | DC | 4A | 23 |
| Octal | 27 | 102 | 233 | 125 | 71 | 0 | 47 | 334 | 112 | 43 |
| Binary | 10111 | 1000010 | 10011011 | 1010101 | 111001 | 0 | 100111 | 11011100 | 1001010 | 100011 |
Color Harmonies of #17429B
Complementary color
Monochromatic Colors of #17429B
Black with #17429B
Text Example
Text Example
White with #17429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17429B; }
p { color: rgb(23,66,155); }
H1.HeaderClassName
{
color: #17429B;
}
.AnyTagClassName
{
color: #17429B;
}
</style>
background-color css
<style>
a { background-color: #17429B; }
a { background-color: rgb(23,66,155); }
div.DivClassName
{
background-color: #17429B;
}
.BgClassName
{
background-color: #17429B;
}
</style>
border-color css
<style>
span { border-color: #17429B; }
span { border-color: rgb(23,66,155); }
td.TdClassName
{
border-color: #17429B;
}
.TagClassName
{
border-color: #17429B;
}
</style>