Shades of Egyptian Blue #1337AD
Tints of Egyptian Blue #1337AD
RGB
CMYK
RGB Variations
Color information
#1337AD (or 0x1337AD) is known color: Egyptian Blue. HEX triplet: 13, 37 and AD. RGB value is (19,55,173). Sum of RGB (Red+Green+Blue) = 19+55+173=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #1337AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1337AD is #ECC852. Grayscale: #393939. Windows color (decimal): -15517779 or 11351827. OLE color: 11351827.
HSL color Cylindrical-coordinate representation of color #1337AD: hue angle of 225.97º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1337AD is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 55 | 173 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.32 |
| HSL | 225.97º | 0.8% | 0.38% | - |
| HSV(B) | 225.97º | 0.89% | 0.68% | - |
| XYZ | 9.18 | 5.89 | 40.19 | - |
| YUV | 57.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 173 | 0.89 | 0.68 | 0 | 0.32 | 225.97 | 0.8 | 0.38 |
| Hex | 13 | 37 | AD | 59 | 44 | 0 | 20 | E2 | 50 | 26 |
| Octal | 23 | 67 | 255 | 131 | 104 | 0 | 40 | 342 | 120 | 46 |
| Binary | 10011 | 110111 | 10101101 | 1011001 | 1000100 | 0 | 100000 | 11100010 | 1010000 | 100110 |
Color Harmonies of #1337AD
Complementary color
Monochromatic Colors of #1337AD
Black with #1337AD
Text Example
Text Example
White with #1337AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337AD; }
p { color: rgb(19,55,173); }
H1.HeaderClassName
{
color: #1337AD;
}
.AnyTagClassName
{
color: #1337AD;
}
</style>
background-color css
<style>
a { background-color: #1337AD; }
a { background-color: rgb(19,55,173); }
div.DivClassName
{
background-color: #1337AD;
}
.BgClassName
{
background-color: #1337AD;
}
</style>
border-color css
<style>
span { border-color: #1337AD; }
span { border-color: rgb(19,55,173); }
td.TdClassName
{
border-color: #1337AD;
}
.TagClassName
{
border-color: #1337AD;
}
</style>