Shades of Egyptian Blue #17379B
Tints of Egyptian Blue #17379B
RGB
CMYK
RGB Variations
Color information
#17379B (or 0x17379B) is known color: Egyptian Blue. HEX triplet: 17, 37 and 9B. RGB value is (23,55,155). Sum of RGB (Red+Green+Blue) = 23+55+155=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #17379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17379B is #E8C864. Grayscale: #383838. Windows color (decimal): -15255653 or 10172183. OLE color: 10172183.
HSL color Cylindrical-coordinate representation of color #17379B: hue angle of 225.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 #17379B is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 55 | 155 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.39 |
| HSL | 225.45º | 0.74% | 0.35% | - |
| HSV(B) | 225.45º | 0.85% | 0.61% | - |
| XYZ | 7.64 | 5.28 | 31.63 | - |
| YUV | 56.83 | 183.4 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 155 | 0.85 | 0.65 | 0 | 0.39 | 225.45 | 0.74 | 0.35 |
| Hex | 17 | 37 | 9B | 55 | 41 | 0 | 27 | E1 | 4A | 23 |
| Octal | 27 | 67 | 233 | 125 | 101 | 0 | 47 | 341 | 112 | 43 |
| Binary | 10111 | 110111 | 10011011 | 1010101 | 1000001 | 0 | 100111 | 11100001 | 1001010 | 100011 |
Color Harmonies of #17379B
Complementary color
Monochromatic Colors of #17379B
Black with #17379B
Text Example
Text Example
White with #17379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17379B; }
p { color: rgb(23,55,155); }
H1.HeaderClassName
{
color: #17379B;
}
.AnyTagClassName
{
color: #17379B;
}
</style>
background-color css
<style>
a { background-color: #17379B; }
a { background-color: rgb(23,55,155); }
div.DivClassName
{
background-color: #17379B;
}
.BgClassName
{
background-color: #17379B;
}
</style>
border-color css
<style>
span { border-color: #17379B; }
span { border-color: rgb(23,55,155); }
td.TdClassName
{
border-color: #17379B;
}
.TagClassName
{
border-color: #17379B;
}
</style>