Shades of Egyptian Blue #1335AC
Tints of Egyptian Blue #1335AC
RGB
CMYK
RGB Variations
Color information
#1335AC (or 0x1335AC) is known color: Egyptian Blue. HEX triplet: 13, 35 and AC. RGB value is (19,53,172). Sum of RGB (Red+Green+Blue) = 19+53+172=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #1335AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1335AC is #ECCA53. Grayscale: #373737. Windows color (decimal): -15518292 or 11285779. OLE color: 11285779.
HSL color Cylindrical-coordinate representation of color #1335AC: hue angle of 226.67º 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 #1335AC is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 53 | 172 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.33 |
| HSL | 226.67º | 0.8% | 0.37% | - |
| HSV(B) | 226.67º | 0.89% | 0.67% | - |
| XYZ | 8.99 | 5.66 | 39.65 | - |
| YUV | 56.4 | 193.24 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 172 | 0.89 | 0.69 | 0 | 0.33 | 226.67 | 0.8 | 0.37 |
| Hex | 13 | 35 | AC | 59 | 45 | 0 | 21 | E3 | 50 | 25 |
| Octal | 23 | 65 | 254 | 131 | 105 | 0 | 41 | 343 | 120 | 45 |
| Binary | 10011 | 110101 | 10101100 | 1011001 | 1000101 | 0 | 100001 | 11100011 | 1010000 | 100101 |
Color Harmonies of #1335AC
Complementary color
Monochromatic Colors of #1335AC
Black with #1335AC
Text Example
Text Example
White with #1335AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1335AC; }
p { color: rgb(19,53,172); }
H1.HeaderClassName
{
color: #1335AC;
}
.AnyTagClassName
{
color: #1335AC;
}
</style>
background-color css
<style>
a { background-color: #1335AC; }
a { background-color: rgb(19,53,172); }
div.DivClassName
{
background-color: #1335AC;
}
.BgClassName
{
background-color: #1335AC;
}
</style>
border-color css
<style>
span { border-color: #1335AC; }
span { border-color: rgb(19,53,172); }
td.TdClassName
{
border-color: #1335AC;
}
.TagClassName
{
border-color: #1335AC;
}
</style>