Shades of Egyptian Blue #17309D
Tints of Egyptian Blue #17309D
RGB
CMYK
RGB Variations
Color information
#17309D (or 0x17309D) is known color: Egyptian Blue. HEX triplet: 17, 30 and 9D. RGB value is (23,48,157). Sum of RGB (Red+Green+Blue) = 23+48+157=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #17309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17309D is #E8CF62. Grayscale: #343434. Windows color (decimal): -15257443 or 10301463. OLE color: 10301463.
HSL color Cylindrical-coordinate representation of color #17309D: hue angle of 228.81º 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 #17309D is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 48 | 157 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.38 |
| HSL | 228.81º | 0.74% | 0.35% | - |
| HSV(B) | 228.81º | 0.85% | 0.62% | - |
| XYZ | 7.5 | 4.73 | 32.42 | - |
| YUV | 52.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 157 | 0.85 | 0.69 | 0 | 0.38 | 228.81 | 0.74 | 0.35 |
| Hex | 17 | 30 | 9D | 55 | 45 | 0 | 26 | E5 | 4A | 23 |
| Octal | 27 | 60 | 235 | 125 | 105 | 0 | 46 | 345 | 112 | 43 |
| Binary | 10111 | 110000 | 10011101 | 1010101 | 1000101 | 0 | 100110 | 11100101 | 1001010 | 100011 |
Color Harmonies of #17309D
Complementary color
Monochromatic Colors of #17309D
Black with #17309D
Text Example
Text Example
White with #17309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17309D; }
p { color: rgb(23,48,157); }
H1.HeaderClassName
{
color: #17309D;
}
.AnyTagClassName
{
color: #17309D;
}
</style>
background-color css
<style>
a { background-color: #17309D; }
a { background-color: rgb(23,48,157); }
div.DivClassName
{
background-color: #17309D;
}
.BgClassName
{
background-color: #17309D;
}
</style>
border-color css
<style>
span { border-color: #17309D; }
span { border-color: rgb(23,48,157); }
td.TdClassName
{
border-color: #17309D;
}
.TagClassName
{
border-color: #17309D;
}
</style>