Shades of Egyptian Blue #17318F
Tints of Egyptian Blue #17318F
RGB
CMYK
RGB Variations
Color information
#17318F (or 0x17318F) is known color: Egyptian Blue. HEX triplet: 17, 31 and 8F. RGB value is (23,49,143). Sum of RGB (Red+Green+Blue) = 23+49+143=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #17318F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17318F is #E8CE70. Grayscale: #333333. Windows color (decimal): -15257201 or 9384215. OLE color: 9384215.
HSL color Cylindrical-coordinate representation of color #17318F: hue angle of 227º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17318F is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 49 | 143 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.44 |
| HSL | 227º | 0.72% | 0.33% | - |
| HSV(B) | 227º | 0.84% | 0.56% | - |
| XYZ | 6.41 | 4.36 | 26.49 | - |
| YUV | 51.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 143 | 0.84 | 0.66 | 0 | 0.44 | 227 | 0.72 | 0.33 |
| Hex | 17 | 31 | 8F | 54 | 42 | 0 | 2C | E3 | 48 | 21 |
| Octal | 27 | 61 | 217 | 124 | 102 | 0 | 54 | 343 | 110 | 41 |
| Binary | 10111 | 110001 | 10001111 | 1010100 | 1000010 | 0 | 101100 | 11100011 | 1001000 | 100001 |
Color Harmonies of #17318F
Complementary color
Monochromatic Colors of #17318F
Black with #17318F
Text Example
Text Example
White with #17318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17318F; }
p { color: rgb(23,49,143); }
H1.HeaderClassName
{
color: #17318F;
}
.AnyTagClassName
{
color: #17318F;
}
</style>
background-color css
<style>
a { background-color: #17318F; }
a { background-color: rgb(23,49,143); }
div.DivClassName
{
background-color: #17318F;
}
.BgClassName
{
background-color: #17318F;
}
</style>
border-color css
<style>
span { border-color: #17318F; }
span { border-color: rgb(23,49,143); }
td.TdClassName
{
border-color: #17318F;
}
.TagClassName
{
border-color: #17318F;
}
</style>