Shades of Egyptian Blue #17399C
Tints of Egyptian Blue #17399C
RGB
CMYK
RGB Variations
Color information
#17399C (or 0x17399C) is known color: Egyptian Blue. HEX triplet: 17, 39 and 9C. RGB value is (23,57,156). Sum of RGB (Red+Green+Blue) = 23+57+156=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #17399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17399C is #E8C663. Grayscale: #393939. Windows color (decimal): -15255140 or 10238231. OLE color: 10238231.
HSL color Cylindrical-coordinate representation of color #17399C: hue angle of 224.66º 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 #17399C is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 57 | 156 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.39 |
| HSL | 224.66º | 0.74% | 0.35% | - |
| HSV(B) | 224.66º | 0.85% | 0.61% | - |
| XYZ | 7.82 | 5.51 | 32.1 | - |
| YUV | 58.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 156 | 0.85 | 0.63 | 0 | 0.39 | 224.66 | 0.74 | 0.35 |
| Hex | 17 | 39 | 9C | 55 | 3F | 0 | 27 | E1 | 4A | 23 |
| Octal | 27 | 71 | 234 | 125 | 77 | 0 | 47 | 341 | 112 | 43 |
| Binary | 10111 | 111001 | 10011100 | 1010101 | 111111 | 0 | 100111 | 11100001 | 1001010 | 100011 |
Color Harmonies of #17399C
Complementary color
Monochromatic Colors of #17399C
Black with #17399C
Text Example
Text Example
White with #17399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17399C; }
p { color: rgb(23,57,156); }
H1.HeaderClassName
{
color: #17399C;
}
.AnyTagClassName
{
color: #17399C;
}
</style>
background-color css
<style>
a { background-color: #17399C; }
a { background-color: rgb(23,57,156); }
div.DivClassName
{
background-color: #17399C;
}
.BgClassName
{
background-color: #17399C;
}
</style>
border-color css
<style>
span { border-color: #17399C; }
span { border-color: rgb(23,57,156); }
td.TdClassName
{
border-color: #17399C;
}
.TagClassName
{
border-color: #17399C;
}
</style>