Shades of Egyptian Blue #1424AA
Tints of Egyptian Blue #1424AA
RGB
CMYK
RGB Variations
Color information
#1424AA (or 0x1424AA) is known color: Egyptian Blue. HEX triplet: 14, 24 and AA. RGB value is (20,36,170). Sum of RGB (Red+Green+Blue) = 20+36+170=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 170 (66.80% from 255 or 75.22% from 226); Max value from RGB is 170 - color contains mainly: blue. Hex color #1424AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1424AA is #EBDB55. Grayscale: #2D2D2D. Windows color (decimal): -15457110 or 11150356. OLE color: 11150356.
HSL color Cylindrical-coordinate representation of color #1424AA: hue angle of 233.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1424AA is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 36 | 170 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.33 |
| HSL | 233.6º | 0.79% | 0.37% | - |
| HSV(B) | 233.6º | 0.88% | 0.67% | - |
| XYZ | 8.18 | 4.31 | 38.43 | - |
| YUV | 46.49 | 197.7 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 170 | 0.88 | 0.79 | 0 | 0.33 | 233.6 | 0.79 | 0.37 |
| Hex | 14 | 24 | AA | 58 | 4F | 0 | 21 | EA | 4F | 25 |
| Octal | 24 | 44 | 252 | 130 | 117 | 0 | 41 | 352 | 117 | 45 |
| Binary | 10100 | 100100 | 10101010 | 1011000 | 1001111 | 0 | 100001 | 11101010 | 1001111 | 100101 |
Color Harmonies of #1424AA
Complementary color
Monochromatic Colors of #1424AA
Black with #1424AA
Text Example
Text Example
White with #1424AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1424AA; }
p { color: rgb(20,36,170); }
H1.HeaderClassName
{
color: #1424AA;
}
.AnyTagClassName
{
color: #1424AA;
}
</style>
background-color css
<style>
a { background-color: #1424AA; }
a { background-color: rgb(20,36,170); }
div.DivClassName
{
background-color: #1424AA;
}
.BgClassName
{
background-color: #1424AA;
}
</style>
border-color css
<style>
span { border-color: #1424AA; }
span { border-color: rgb(20,36,170); }
td.TdClassName
{
border-color: #1424AA;
}
.TagClassName
{
border-color: #1424AA;
}
</style>