Shades of Egyptian Blue #1445A3
Tints of Egyptian Blue #1445A3
RGB
CMYK
RGB Variations
Color information
#1445A3 (or 0x1445A3) is known color: Egyptian Blue. HEX triplet: 14, 45 and A3. RGB value is (20,69,163). Sum of RGB (Red+Green+Blue) = 20+69+163=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 163 (64.06% from 255 or 64.68% from 252); Max value from RGB is 163 - color contains mainly: blue. Hex color #1445A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1445A3 is #EBBA5C. Grayscale: #404040. Windows color (decimal): -15448669 or 10700052. OLE color: 10700052.
HSL color Cylindrical-coordinate representation of color #1445A3: hue angle of 219.44º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1445A3 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 69 | 163 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.36 |
| HSL | 219.44º | 0.78% | 0.36% | - |
| HSV(B) | 219.44º | 0.88% | 0.64% | - |
| XYZ | 9.03 | 7.05 | 35.54 | - |
| YUV | 65.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 163 | 0.88 | 0.58 | 0 | 0.36 | 219.44 | 0.78 | 0.36 |
| Hex | 14 | 45 | A3 | 58 | 3A | 0 | 24 | DB | 4E | 24 |
| Octal | 24 | 105 | 243 | 130 | 72 | 0 | 44 | 333 | 116 | 44 |
| Binary | 10100 | 1000101 | 10100011 | 1011000 | 111010 | 0 | 100100 | 11011011 | 1001110 | 100100 |
Color Harmonies of #1445A3
Complementary color
Monochromatic Colors of #1445A3
Black with #1445A3
Text Example
Text Example
White with #1445A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1445A3; }
p { color: rgb(20,69,163); }
H1.HeaderClassName
{
color: #1445A3;
}
.AnyTagClassName
{
color: #1445A3;
}
</style>
background-color css
<style>
a { background-color: #1445A3; }
a { background-color: rgb(20,69,163); }
div.DivClassName
{
background-color: #1445A3;
}
.BgClassName
{
background-color: #1445A3;
}
</style>
border-color css
<style>
span { border-color: #1445A3; }
span { border-color: rgb(20,69,163); }
td.TdClassName
{
border-color: #1445A3;
}
.TagClassName
{
border-color: #1445A3;
}
</style>