Shades of Egyptian Blue #17309B
Tints of Egyptian Blue #17309B
RGB
CMYK
RGB Variations
Color information
#17309B (or 0x17309B) is known color: Egyptian Blue. HEX triplet: 17, 30 and 9B. RGB value is (23,48,155). Sum of RGB (Red+Green+Blue) = 23+48+155=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #17309B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17309B is #E8CF64. Grayscale: #343434. Windows color (decimal): -15257445 or 10170391. OLE color: 10170391.
HSL color Cylindrical-coordinate representation of color #17309B: hue angle of 228.64º 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 #17309B is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 48 | 155 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.39 |
| HSL | 228.64º | 0.74% | 0.35% | - |
| HSV(B) | 228.64º | 0.85% | 0.61% | - |
| XYZ | 7.33 | 4.66 | 31.52 | - |
| YUV | 52.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 155 | 0.85 | 0.69 | 0 | 0.39 | 228.64 | 0.74 | 0.35 |
| Hex | 17 | 30 | 9B | 55 | 45 | 0 | 27 | E5 | 4A | 23 |
| Octal | 27 | 60 | 233 | 125 | 105 | 0 | 47 | 345 | 112 | 43 |
| Binary | 10111 | 110000 | 10011011 | 1010101 | 1000101 | 0 | 100111 | 11100101 | 1001010 | 100011 |
Color Harmonies of #17309B
Complementary color
Monochromatic Colors of #17309B
Black with #17309B
Text Example
Text Example
White with #17309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17309B; }
p { color: rgb(23,48,155); }
H1.HeaderClassName
{
color: #17309B;
}
.AnyTagClassName
{
color: #17309B;
}
</style>
background-color css
<style>
a { background-color: #17309B; }
a { background-color: rgb(23,48,155); }
div.DivClassName
{
background-color: #17309B;
}
.BgClassName
{
background-color: #17309B;
}
</style>
border-color css
<style>
span { border-color: #17309B; }
span { border-color: rgb(23,48,155); }
td.TdClassName
{
border-color: #17309B;
}
.TagClassName
{
border-color: #17309B;
}
</style>