Shades of Egyptian Blue #1324AB
Tints of Egyptian Blue #1324AB
RGB
CMYK
RGB Variations
Color information
#1324AB (or 0x1324AB) is known color: Egyptian Blue. HEX triplet: 13, 24 and AB. RGB value is (19,36,171). Sum of RGB (Red+Green+Blue) = 19+36+171=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #1324AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1324AB is #ECDB54. Grayscale: #2D2D2D. Windows color (decimal): -15522645 or 11215891. OLE color: 11215891.
HSL color Cylindrical-coordinate representation of color #1324AB: hue angle of 233.29º 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 #1324AB is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 36 | 171 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.33 |
| HSL | 233.29º | 0.8% | 0.37% | - |
| HSV(B) | 233.29º | 0.89% | 0.67% | - |
| XYZ | 8.25 | 4.34 | 38.93 | - |
| YUV | 46.31 | 198.37 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 171 | 0.89 | 0.79 | 0 | 0.33 | 233.29 | 0.8 | 0.37 |
| Hex | 13 | 24 | AB | 59 | 4F | 0 | 21 | E9 | 50 | 25 |
| Octal | 23 | 44 | 253 | 131 | 117 | 0 | 41 | 351 | 120 | 45 |
| Binary | 10011 | 100100 | 10101011 | 1011001 | 1001111 | 0 | 100001 | 11101001 | 1010000 | 100101 |
Color Harmonies of #1324AB
Complementary color
Monochromatic Colors of #1324AB
Black with #1324AB
Text Example
Text Example
White with #1324AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1324AB; }
p { color: rgb(19,36,171); }
H1.HeaderClassName
{
color: #1324AB;
}
.AnyTagClassName
{
color: #1324AB;
}
</style>
background-color css
<style>
a { background-color: #1324AB; }
a { background-color: rgb(19,36,171); }
div.DivClassName
{
background-color: #1324AB;
}
.BgClassName
{
background-color: #1324AB;
}
</style>
border-color css
<style>
span { border-color: #1324AB; }
span { border-color: rgb(19,36,171); }
td.TdClassName
{
border-color: #1324AB;
}
.TagClassName
{
border-color: #1324AB;
}
</style>