Shades of Egyptian Blue #1337AA
Tints of Egyptian Blue #1337AA
RGB
CMYK
RGB Variations
Color information
#1337AA (or 0x1337AA) is known color: Egyptian Blue. HEX triplet: 13, 37 and AA. RGB value is (19,55,170). Sum of RGB (Red+Green+Blue) = 19+55+170=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #1337AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1337AA is #ECC855. Grayscale: #383838. Windows color (decimal): -15517782 or 11155219. OLE color: 11155219.
HSL color Cylindrical-coordinate representation of color #1337AA: hue angle of 225.7º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1337AA is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 55 | 170 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.33 |
| HSL | 225.7º | 0.8% | 0.37% | - |
| HSV(B) | 225.7º | 0.89% | 0.67% | - |
| XYZ | 8.89 | 5.77 | 38.68 | - |
| YUV | 57.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 170 | 0.89 | 0.68 | 0 | 0.33 | 225.7 | 0.8 | 0.37 |
| Hex | 13 | 37 | AA | 59 | 44 | 0 | 21 | E2 | 50 | 25 |
| Octal | 23 | 67 | 252 | 131 | 104 | 0 | 41 | 342 | 120 | 45 |
| Binary | 10011 | 110111 | 10101010 | 1011001 | 1000100 | 0 | 100001 | 11100010 | 1010000 | 100101 |
Color Harmonies of #1337AA
Complementary color
Monochromatic Colors of #1337AA
Black with #1337AA
Text Example
Text Example
White with #1337AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337AA; }
p { color: rgb(19,55,170); }
H1.HeaderClassName
{
color: #1337AA;
}
.AnyTagClassName
{
color: #1337AA;
}
</style>
background-color css
<style>
a { background-color: #1337AA; }
a { background-color: rgb(19,55,170); }
div.DivClassName
{
background-color: #1337AA;
}
.BgClassName
{
background-color: #1337AA;
}
</style>
border-color css
<style>
span { border-color: #1337AA; }
span { border-color: rgb(19,55,170); }
td.TdClassName
{
border-color: #1337AA;
}
.TagClassName
{
border-color: #1337AA;
}
</style>