Shades of Egyptian Blue #1323AA
Tints of Egyptian Blue #1323AA
RGB
CMYK
RGB Variations
Color information
#1323AA (or 0x1323AA) is known color: Egyptian Blue. HEX triplet: 13, 23 and AA. RGB value is (19,35,170). Sum of RGB (Red+Green+Blue) = 19+35+170=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #1323AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1323AA is #ECDC55. Grayscale: #2D2D2D. Windows color (decimal): -15522902 or 11150099. OLE color: 11150099.
HSL color Cylindrical-coordinate representation of color #1323AA: hue angle of 233.64º 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 #1323AA is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 35 | 170 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.33 |
| HSL | 233.64º | 0.8% | 0.37% | - |
| HSV(B) | 233.64º | 0.89% | 0.67% | - |
| XYZ | 8.13 | 4.24 | 38.42 | - |
| YUV | 45.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 170 | 0.89 | 0.79 | 0 | 0.33 | 233.64 | 0.8 | 0.37 |
| Hex | 13 | 23 | AA | 59 | 4F | 0 | 21 | EA | 50 | 25 |
| Octal | 23 | 43 | 252 | 131 | 117 | 0 | 41 | 352 | 120 | 45 |
| Binary | 10011 | 100011 | 10101010 | 1011001 | 1001111 | 0 | 100001 | 11101010 | 1010000 | 100101 |
Color Harmonies of #1323AA
Complementary color
Monochromatic Colors of #1323AA
Black with #1323AA
Text Example
Text Example
White with #1323AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1323AA; }
p { color: rgb(19,35,170); }
H1.HeaderClassName
{
color: #1323AA;
}
.AnyTagClassName
{
color: #1323AA;
}
</style>
background-color css
<style>
a { background-color: #1323AA; }
a { background-color: rgb(19,35,170); }
div.DivClassName
{
background-color: #1323AA;
}
.BgClassName
{
background-color: #1323AA;
}
</style>
border-color css
<style>
span { border-color: #1323AA; }
span { border-color: rgb(19,35,170); }
td.TdClassName
{
border-color: #1323AA;
}
.TagClassName
{
border-color: #1323AA;
}
</style>