Shades of Egyptian Blue #1443AB
Tints of Egyptian Blue #1443AB
RGB
CMYK
RGB Variations
Color information
#1443AB (or 0x1443AB) is known color: Egyptian Blue. HEX triplet: 14, 43 and AB. RGB value is (20,67,171). Sum of RGB (Red+Green+Blue) = 20+67+171=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #1443AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1443AB is #EBBC54. Grayscale: #404040. Windows color (decimal): -15449173 or 11223828. OLE color: 11223828.
HSL color Cylindrical-coordinate representation of color #1443AB: hue angle of 221.32º 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 #1443AB is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 67 | 171 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.33 |
| HSL | 221.32º | 0.79% | 0.37% | - |
| HSV(B) | 221.32º | 0.88% | 0.67% | - |
| XYZ | 9.65 | 7.1 | 39.39 | - |
| YUV | 64.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 171 | 0.88 | 0.61 | 0 | 0.33 | 221.32 | 0.79 | 0.37 |
| Hex | 14 | 43 | AB | 58 | 3D | 0 | 21 | DD | 4F | 25 |
| Octal | 24 | 103 | 253 | 130 | 75 | 0 | 41 | 335 | 117 | 45 |
| Binary | 10100 | 1000011 | 10101011 | 1011000 | 111101 | 0 | 100001 | 11011101 | 1001111 | 100101 |
Color Harmonies of #1443AB
Complementary color
Monochromatic Colors of #1443AB
Black with #1443AB
Text Example
Text Example
White with #1443AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1443AB; }
p { color: rgb(20,67,171); }
H1.HeaderClassName
{
color: #1443AB;
}
.AnyTagClassName
{
color: #1443AB;
}
</style>
background-color css
<style>
a { background-color: #1443AB; }
a { background-color: rgb(20,67,171); }
div.DivClassName
{
background-color: #1443AB;
}
.BgClassName
{
background-color: #1443AB;
}
</style>
border-color css
<style>
span { border-color: #1443AB; }
span { border-color: rgb(20,67,171); }
td.TdClassName
{
border-color: #1443AB;
}
.TagClassName
{
border-color: #1443AB;
}
</style>