Shades of Egyptian Blue #141DAB
Tints of Egyptian Blue #141DAB
RGB
CMYK
RGB Variations
Color information
#141DAB (or 0x141DAB) is known color: Egyptian Blue. HEX triplet: 14, 1D and AB. RGB value is (20,29,171). Sum of RGB (Red+Green+Blue) = 20+29+171=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #141DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141DAB is #EBE254. Grayscale: #292929. Windows color (decimal): -15458901 or 11214100. OLE color: 11214100.
HSL color Cylindrical-coordinate representation of color #141DAB: hue angle of 236.42º 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 #141DAB is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 29 | 171 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.33 |
| HSL | 236.42º | 0.79% | 0.37% | - |
| HSV(B) | 236.42º | 0.88% | 0.67% | - |
| XYZ | 8.08 | 3.97 | 38.87 | - |
| YUV | 42.5 | 200.52 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 171 | 0.88 | 0.83 | 0 | 0.33 | 236.42 | 0.79 | 0.37 |
| Hex | 14 | 1D | AB | 58 | 53 | 0 | 21 | EC | 4F | 25 |
| Octal | 24 | 35 | 253 | 130 | 123 | 0 | 41 | 354 | 117 | 45 |
| Binary | 10100 | 11101 | 10101011 | 1011000 | 1010011 | 0 | 100001 | 11101100 | 1001111 | 100101 |
Color Harmonies of #141DAB
Complementary color
Monochromatic Colors of #141DAB
Black with #141DAB
Text Example
Text Example
White with #141DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DAB; }
p { color: rgb(20,29,171); }
H1.HeaderClassName
{
color: #141DAB;
}
.AnyTagClassName
{
color: #141DAB;
}
</style>
background-color css
<style>
a { background-color: #141DAB; }
a { background-color: rgb(20,29,171); }
div.DivClassName
{
background-color: #141DAB;
}
.BgClassName
{
background-color: #141DAB;
}
</style>
border-color css
<style>
span { border-color: #141DAB; }
span { border-color: rgb(20,29,171); }
td.TdClassName
{
border-color: #141DAB;
}
.TagClassName
{
border-color: #141DAB;
}
</style>