Shades of Egyptian Blue #17429A
Tints of Egyptian Blue #17429A
RGB
CMYK
RGB Variations
Color information
#17429A (or 0x17429A) is known color: Egyptian Blue. HEX triplet: 17, 42 and 9A. RGB value is (23,66,154). Sum of RGB (Red+Green+Blue) = 23+66+154=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #17429A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17429A is #E8BD65. Grayscale: #3E3E3E. Windows color (decimal): -15252838 or 10109463. OLE color: 10109463.
HSL color Cylindrical-coordinate representation of color #17429A: hue angle of 220.31º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17429A is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 66 | 154 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.40 |
| HSL | 220.31º | 0.74% | 0.35% | - |
| HSV(B) | 220.31º | 0.85% | 0.6% | - |
| XYZ | 8.13 | 6.41 | 31.38 | - |
| YUV | 63.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 154 | 0.85 | 0.57 | 0 | 0.40 | 220.31 | 0.74 | 0.35 |
| Hex | 17 | 42 | 9A | 55 | 39 | 0 | 28 | DC | 4A | 23 |
| Octal | 27 | 102 | 232 | 125 | 71 | 0 | 50 | 334 | 112 | 43 |
| Binary | 10111 | 1000010 | 10011010 | 1010101 | 111001 | 0 | 101000 | 11011100 | 1001010 | 100011 |
Color Harmonies of #17429A
Complementary color
Monochromatic Colors of #17429A
Black with #17429A
Text Example
Text Example
White with #17429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17429A; }
p { color: rgb(23,66,154); }
H1.HeaderClassName
{
color: #17429A;
}
.AnyTagClassName
{
color: #17429A;
}
</style>
background-color css
<style>
a { background-color: #17429A; }
a { background-color: rgb(23,66,154); }
div.DivClassName
{
background-color: #17429A;
}
.BgClassName
{
background-color: #17429A;
}
</style>
border-color css
<style>
span { border-color: #17429A; }
span { border-color: rgb(23,66,154); }
td.TdClassName
{
border-color: #17429A;
}
.TagClassName
{
border-color: #17429A;
}
</style>