Shades of Egyptian Blue #1329A4
Tints of Egyptian Blue #1329A4
RGB
CMYK
RGB Variations
Color information
#1329A4 (or 0x1329A4) is known color: Egyptian Blue. HEX triplet: 13, 29 and A4. RGB value is (19,41,164). Sum of RGB (Red+Green+Blue) = 19+41+164=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 164 (64.45% from 255 or 73.21% from 224); Max value from RGB is 164 - color contains mainly: blue. Hex color #1329A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1329A4 is #ECD65B. Grayscale: #2F2F2F. Windows color (decimal): -15521372 or 10758419. OLE color: 10758419.
HSL color Cylindrical-coordinate representation of color #1329A4: hue angle of 230.9º degrees, saturation: 0.79, 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 #1329A4 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 41 | 164 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.36 |
| HSL | 230.9º | 0.79% | 0.36% | - |
| HSV(B) | 230.9º | 0.88% | 0.64% | - |
| XYZ | 7.76 | 4.4 | 35.56 | - |
| YUV | 48.44 | 193.21 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 164 | 0.88 | 0.75 | 0 | 0.36 | 230.9 | 0.79 | 0.36 |
| Hex | 13 | 29 | A4 | 58 | 4B | 0 | 24 | E7 | 4F | 24 |
| Octal | 23 | 51 | 244 | 130 | 113 | 0 | 44 | 347 | 117 | 44 |
| Binary | 10011 | 101001 | 10100100 | 1011000 | 1001011 | 0 | 100100 | 11100111 | 1001111 | 100100 |
Color Harmonies of #1329A4
Complementary color
Monochromatic Colors of #1329A4
Black with #1329A4
Text Example
Text Example
White with #1329A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1329A4; }
p { color: rgb(19,41,164); }
H1.HeaderClassName
{
color: #1329A4;
}
.AnyTagClassName
{
color: #1329A4;
}
</style>
background-color css
<style>
a { background-color: #1329A4; }
a { background-color: rgb(19,41,164); }
div.DivClassName
{
background-color: #1329A4;
}
.BgClassName
{
background-color: #1329A4;
}
</style>
border-color css
<style>
span { border-color: #1329A4; }
span { border-color: rgb(19,41,164); }
td.TdClassName
{
border-color: #1329A4;
}
.TagClassName
{
border-color: #1329A4;
}
</style>