Shades of Egyptian Blue #1417B5
Tints of Egyptian Blue #1417B5
RGB
CMYK
RGB Variations
Color information
#1417B5 (or 0x1417B5) is known color: Egyptian Blue. HEX triplet: 14, 17 and B5. RGB value is (20,23,181). Sum of RGB (Red+Green+Blue) = 20+23+181=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 181 (71.09% from 255 or 80.80% from 224); Max value from RGB is 181 - color contains mainly: blue. Hex color #1417B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417B5 is #EBE84A. Grayscale: #272727. Windows color (decimal): -15460427 or 11867924. OLE color: 11867924.
HSL color Cylindrical-coordinate representation of color #1417B5: hue angle of 238.88º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1417B5 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 23 | 181 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.29 |
| HSL | 238.88º | 0.8% | 0.39% | - |
| HSV(B) | 238.88º | 0.89% | 0.71% | - |
| XYZ | 8.94 | 4.1 | 44.04 | - |
| YUV | 40.12 | 207.51 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 181 | 0.89 | 0.87 | 0 | 0.29 | 238.88 | 0.8 | 0.39 |
| Hex | 14 | 17 | B5 | 59 | 57 | 0 | 1D | EF | 50 | 27 |
| Octal | 24 | 27 | 265 | 131 | 127 | 0 | 35 | 357 | 120 | 47 |
| Binary | 10100 | 10111 | 10110101 | 1011001 | 1010111 | 0 | 11101 | 11101111 | 1010000 | 100111 |
Color Harmonies of #1417B5
Complementary color
Monochromatic Colors of #1417B5
Black with #1417B5
Text Example
Text Example
White with #1417B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1417B5; }
p { color: rgb(20,23,181); }
H1.HeaderClassName
{
color: #1417B5;
}
.AnyTagClassName
{
color: #1417B5;
}
</style>
background-color css
<style>
a { background-color: #1417B5; }
a { background-color: rgb(20,23,181); }
div.DivClassName
{
background-color: #1417B5;
}
.BgClassName
{
background-color: #1417B5;
}
</style>
border-color css
<style>
span { border-color: #1417B5; }
span { border-color: rgb(20,23,181); }
td.TdClassName
{
border-color: #1417B5;
}
.TagClassName
{
border-color: #1417B5;
}
</style>