Shades of Egyptian Blue #1345AE
Tints of Egyptian Blue #1345AE
RGB
CMYK
RGB Variations
Color information
#1345AE (or 0x1345AE) is known color: Egyptian Blue. HEX triplet: 13, 45 and AE. RGB value is (19,69,174). Sum of RGB (Red+Green+Blue) = 19+69+174=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #1345AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1345AE is #ECBA51. Grayscale: #414141. Windows color (decimal): -15514194 or 11420947. OLE color: 11420947.
HSL color Cylindrical-coordinate representation of color #1345AE: hue angle of 220.65º 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 #1345AE is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 69 | 174 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.32 |
| HSL | 220.65º | 0.8% | 0.38% | - |
| HSV(B) | 220.65º | 0.89% | 0.68% | - |
| XYZ | 10.04 | 7.45 | 40.95 | - |
| YUV | 66.02 | 188.94 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 174 | 0.89 | 0.60 | 0 | 0.32 | 220.65 | 0.8 | 0.38 |
| Hex | 13 | 45 | AE | 59 | 3C | 0 | 20 | DD | 50 | 26 |
| Octal | 23 | 105 | 256 | 131 | 74 | 0 | 40 | 335 | 120 | 46 |
| Binary | 10011 | 1000101 | 10101110 | 1011001 | 111100 | 0 | 100000 | 11011101 | 1010000 | 100110 |
Color Harmonies of #1345AE
Complementary color
Monochromatic Colors of #1345AE
Black with #1345AE
Text Example
Text Example
White with #1345AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1345AE; }
p { color: rgb(19,69,174); }
H1.HeaderClassName
{
color: #1345AE;
}
.AnyTagClassName
{
color: #1345AE;
}
</style>
background-color css
<style>
a { background-color: #1345AE; }
a { background-color: rgb(19,69,174); }
div.DivClassName
{
background-color: #1345AE;
}
.BgClassName
{
background-color: #1345AE;
}
</style>
border-color css
<style>
span { border-color: #1345AE; }
span { border-color: rgb(19,69,174); }
td.TdClassName
{
border-color: #1345AE;
}
.TagClassName
{
border-color: #1345AE;
}
</style>