Shades of Egyptian Blue #17429C
Tints of Egyptian Blue #17429C
RGB
CMYK
RGB Variations
Color information
#17429C (or 0x17429C) is known color: Egyptian Blue. HEX triplet: 17, 42 and 9C. RGB value is (23,66,156). Sum of RGB (Red+Green+Blue) = 23+66+156=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #17429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17429C is #E8BD63. Grayscale: #3F3F3F. Windows color (decimal): -15252836 or 10240535. OLE color: 10240535.
HSL color Cylindrical-coordinate representation of color #17429C: hue angle of 220.6º 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 #17429C is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 66 | 156 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.39 |
| HSL | 220.6º | 0.74% | 0.35% | - |
| HSV(B) | 220.6º | 0.85% | 0.61% | - |
| XYZ | 8.3 | 6.48 | 32.27 | - |
| YUV | 63.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 156 | 0.85 | 0.58 | 0 | 0.39 | 220.6 | 0.74 | 0.35 |
| Hex | 17 | 42 | 9C | 55 | 3A | 0 | 27 | DD | 4A | 23 |
| Octal | 27 | 102 | 234 | 125 | 72 | 0 | 47 | 335 | 112 | 43 |
| Binary | 10111 | 1000010 | 10011100 | 1010101 | 111010 | 0 | 100111 | 11011101 | 1001010 | 100011 |
Color Harmonies of #17429C
Complementary color
Monochromatic Colors of #17429C
Black with #17429C
Text Example
Text Example
White with #17429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17429C; }
p { color: rgb(23,66,156); }
H1.HeaderClassName
{
color: #17429C;
}
.AnyTagClassName
{
color: #17429C;
}
</style>
background-color css
<style>
a { background-color: #17429C; }
a { background-color: rgb(23,66,156); }
div.DivClassName
{
background-color: #17429C;
}
.BgClassName
{
background-color: #17429C;
}
</style>
border-color css
<style>
span { border-color: #17429C; }
span { border-color: rgb(23,66,156); }
td.TdClassName
{
border-color: #17429C;
}
.TagClassName
{
border-color: #17429C;
}
</style>