Shades of Egyptian Blue #1336AE
Tints of Egyptian Blue #1336AE
RGB
CMYK
RGB Variations
Color information
#1336AE (or 0x1336AE) is known color: Egyptian Blue. HEX triplet: 13, 36 and AE. RGB value is (19,54,174). Sum of RGB (Red+Green+Blue) = 19+54+174=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1336AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1336AE is #ECC951. Grayscale: #383838. Windows color (decimal): -15518034 or 11417107. OLE color: 11417107.
HSL color Cylindrical-coordinate representation of color #1336AE: hue angle of 226.45º 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 #1336AE is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 54 | 174 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.32 |
| HSL | 226.45º | 0.8% | 0.38% | - |
| HSV(B) | 226.45º | 0.89% | 0.68% | - |
| XYZ | 9.23 | 5.83 | 40.68 | - |
| YUV | 57.22 | 193.9 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 174 | 0.89 | 0.69 | 0 | 0.32 | 226.45 | 0.8 | 0.38 |
| Hex | 13 | 36 | AE | 59 | 45 | 0 | 20 | E2 | 50 | 26 |
| Octal | 23 | 66 | 256 | 131 | 105 | 0 | 40 | 342 | 120 | 46 |
| Binary | 10011 | 110110 | 10101110 | 1011001 | 1000101 | 0 | 100000 | 11100010 | 1010000 | 100110 |
Color Harmonies of #1336AE
Complementary color
Monochromatic Colors of #1336AE
Black with #1336AE
Text Example
Text Example
White with #1336AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1336AE; }
p { color: rgb(19,54,174); }
H1.HeaderClassName
{
color: #1336AE;
}
.AnyTagClassName
{
color: #1336AE;
}
</style>
background-color css
<style>
a { background-color: #1336AE; }
a { background-color: rgb(19,54,174); }
div.DivClassName
{
background-color: #1336AE;
}
.BgClassName
{
background-color: #1336AE;
}
</style>
border-color css
<style>
span { border-color: #1336AE; }
span { border-color: rgb(19,54,174); }
td.TdClassName
{
border-color: #1336AE;
}
.TagClassName
{
border-color: #1336AE;
}
</style>