Shades of Egyptian Blue #17258F
Tints of Egyptian Blue #17258F
RGB
CMYK
RGB Variations
Color information
#17258F (or 0x17258F) is known color: Egyptian Blue. HEX triplet: 17, 25 and 8F. RGB value is (23,37,143). Sum of RGB (Red+Green+Blue) = 23+37+143=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #17258F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17258F is #E8DA70. Grayscale: #2C2C2C. Windows color (decimal): -15260273 or 9381143. OLE color: 9381143.
HSL color Cylindrical-coordinate representation of color #17258F: hue angle of 233º 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 #17258F is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 37 | 143 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.44 |
| HSL | 233º | 0.72% | 0.33% | - |
| HSV(B) | 233º | 0.84% | 0.56% | - |
| XYZ | 5.97 | 3.49 | 26.35 | - |
| YUV | 44.9 | 183.36 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 143 | 0.84 | 0.74 | 0 | 0.44 | 233 | 0.72 | 0.33 |
| Hex | 17 | 25 | 8F | 54 | 4A | 0 | 2C | E9 | 48 | 21 |
| Octal | 27 | 45 | 217 | 124 | 112 | 0 | 54 | 351 | 110 | 41 |
| Binary | 10111 | 100101 | 10001111 | 1010100 | 1001010 | 0 | 101100 | 11101001 | 1001000 | 100001 |
Color Harmonies of #17258F
Complementary color
Monochromatic Colors of #17258F
Black with #17258F
Text Example
Text Example
White with #17258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17258F; }
p { color: rgb(23,37,143); }
H1.HeaderClassName
{
color: #17258F;
}
.AnyTagClassName
{
color: #17258F;
}
</style>
background-color css
<style>
a { background-color: #17258F; }
a { background-color: rgb(23,37,143); }
div.DivClassName
{
background-color: #17258F;
}
.BgClassName
{
background-color: #17258F;
}
</style>
border-color css
<style>
span { border-color: #17258F; }
span { border-color: rgb(23,37,143); }
td.TdClassName
{
border-color: #17258F;
}
.TagClassName
{
border-color: #17258F;
}
</style>