Shades of Egyptian Blue #1337AC
Tints of Egyptian Blue #1337AC
RGB
CMYK
RGB Variations
Color information
#1337AC (or 0x1337AC) is known color: Egyptian Blue. HEX triplet: 13, 37 and AC. RGB value is (19,55,172). Sum of RGB (Red+Green+Blue) = 19+55+172=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #1337AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1337AC is #ECC853. Grayscale: #393939. Windows color (decimal): -15517780 or 11286291. OLE color: 11286291.
HSL color Cylindrical-coordinate representation of color #1337AC: hue angle of 225.88º 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 #1337AC is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 55 | 172 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.33 |
| HSL | 225.88º | 0.8% | 0.37% | - |
| HSV(B) | 225.88º | 0.89% | 0.67% | - |
| XYZ | 9.08 | 5.85 | 39.68 | - |
| YUV | 57.57 | 192.57 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 172 | 0.89 | 0.68 | 0 | 0.33 | 225.88 | 0.8 | 0.37 |
| Hex | 13 | 37 | AC | 59 | 44 | 0 | 21 | E2 | 50 | 25 |
| Octal | 23 | 67 | 254 | 131 | 104 | 0 | 41 | 342 | 120 | 45 |
| Binary | 10011 | 110111 | 10101100 | 1011001 | 1000100 | 0 | 100001 | 11100010 | 1010000 | 100101 |
Color Harmonies of #1337AC
Complementary color
Monochromatic Colors of #1337AC
Black with #1337AC
Text Example
Text Example
White with #1337AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337AC; }
p { color: rgb(19,55,172); }
H1.HeaderClassName
{
color: #1337AC;
}
.AnyTagClassName
{
color: #1337AC;
}
</style>
background-color css
<style>
a { background-color: #1337AC; }
a { background-color: rgb(19,55,172); }
div.DivClassName
{
background-color: #1337AC;
}
.BgClassName
{
background-color: #1337AC;
}
</style>
border-color css
<style>
span { border-color: #1337AC; }
span { border-color: rgb(19,55,172); }
td.TdClassName
{
border-color: #1337AC;
}
.TagClassName
{
border-color: #1337AC;
}
</style>