Shades of Egyptian Blue #17398D
Tints of Egyptian Blue #17398D
RGB
CMYK
RGB Variations
Color information
#17398D (or 0x17398D) is known color: Egyptian Blue. HEX triplet: 17, 39 and 8D. RGB value is (23,57,141). Sum of RGB (Red+Green+Blue) = 23+57+141=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #17398D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17398D is #E8C672. Grayscale: #383838. Windows color (decimal): -15255155 or 9255191. OLE color: 9255191.
HSL color Cylindrical-coordinate representation of color #17398D: hue angle of 222.71º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17398D is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 57 | 141 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.45 |
| HSL | 222.71º | 0.72% | 0.32% | - |
| HSV(B) | 222.71º | 0.84% | 0.55% | - |
| XYZ | 6.62 | 5.03 | 25.82 | - |
| YUV | 56.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 141 | 0.84 | 0.60 | 0 | 0.45 | 222.71 | 0.72 | 0.32 |
| Hex | 17 | 39 | 8D | 54 | 3C | 0 | 2D | DF | 48 | 20 |
| Octal | 27 | 71 | 215 | 124 | 74 | 0 | 55 | 337 | 110 | 40 |
| Binary | 10111 | 111001 | 10001101 | 1010100 | 111100 | 0 | 101101 | 11011111 | 1001000 | 100000 |
Color Harmonies of #17398D
Complementary color
Monochromatic Colors of #17398D
Black with #17398D
Text Example
Text Example
White with #17398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17398D; }
p { color: rgb(23,57,141); }
H1.HeaderClassName
{
color: #17398D;
}
.AnyTagClassName
{
color: #17398D;
}
</style>
background-color css
<style>
a { background-color: #17398D; }
a { background-color: rgb(23,57,141); }
div.DivClassName
{
background-color: #17398D;
}
.BgClassName
{
background-color: #17398D;
}
</style>
border-color css
<style>
span { border-color: #17398D; }
span { border-color: rgb(23,57,141); }
td.TdClassName
{
border-color: #17398D;
}
.TagClassName
{
border-color: #17398D;
}
</style>