Shades of Egyptian Blue #17429D
Tints of Egyptian Blue #17429D
RGB
CMYK
RGB Variations
Color information
#17429D (or 0x17429D) is known color: Egyptian Blue. HEX triplet: 17, 42 and 9D. RGB value is (23,66,157). Sum of RGB (Red+Green+Blue) = 23+66+157=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #17429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17429D is #E8BD62. Grayscale: #3F3F3F. Windows color (decimal): -15252835 or 10306071. OLE color: 10306071.
HSL color Cylindrical-coordinate representation of color #17429D: hue angle of 220.75º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17429D is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 66 | 157 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.38 |
| HSL | 220.75º | 0.74% | 0.35% | - |
| HSV(B) | 220.75º | 0.85% | 0.62% | - |
| XYZ | 8.39 | 6.51 | 32.71 | - |
| YUV | 63.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 157 | 0.85 | 0.58 | 0 | 0.38 | 220.75 | 0.74 | 0.35 |
| Hex | 17 | 42 | 9D | 55 | 3A | 0 | 26 | DD | 4A | 23 |
| Octal | 27 | 102 | 235 | 125 | 72 | 0 | 46 | 335 | 112 | 43 |
| Binary | 10111 | 1000010 | 10011101 | 1010101 | 111010 | 0 | 100110 | 11011101 | 1001010 | 100011 |
Color Harmonies of #17429D
Complementary color
Monochromatic Colors of #17429D
Black with #17429D
Text Example
Text Example
White with #17429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17429D; }
p { color: rgb(23,66,157); }
H1.HeaderClassName
{
color: #17429D;
}
.AnyTagClassName
{
color: #17429D;
}
</style>
background-color css
<style>
a { background-color: #17429D; }
a { background-color: rgb(23,66,157); }
div.DivClassName
{
background-color: #17429D;
}
.BgClassName
{
background-color: #17429D;
}
</style>
border-color css
<style>
span { border-color: #17429D; }
span { border-color: rgb(23,66,157); }
td.TdClassName
{
border-color: #17429D;
}
.TagClassName
{
border-color: #17429D;
}
</style>