Shades of Egyptian Blue #141AAF
Tints of Egyptian Blue #141AAF
RGB
CMYK
RGB Variations
Color information
#141AAF (or 0x141AAF) is known color: Egyptian Blue. HEX triplet: 14, 1A and AF. RGB value is (20,26,175). Sum of RGB (Red+Green+Blue) = 20+26+175=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #141AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141AAF is #EBE550. Grayscale: #282828. Windows color (decimal): -15459665 or 11475476. OLE color: 11475476.
HSL color Cylindrical-coordinate representation of color #141AAF: hue angle of 237.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141AAF is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 26 | 175 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.31 |
| HSL | 237.68º | 0.79% | 0.38% | - |
| HSV(B) | 237.68º | 0.89% | 0.69% | - |
| XYZ | 8.4 | 3.98 | 40.88 | - |
| YUV | 41.19 | 203.51 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 175 | 0.89 | 0.85 | 0 | 0.31 | 237.68 | 0.79 | 0.38 |
| Hex | 14 | 1A | AF | 59 | 55 | 0 | 1F | EE | 4F | 26 |
| Octal | 24 | 32 | 257 | 131 | 125 | 0 | 37 | 356 | 117 | 46 |
| Binary | 10100 | 11010 | 10101111 | 1011001 | 1010101 | 0 | 11111 | 11101110 | 1001111 | 100110 |
Color Harmonies of #141AAF
Complementary color
Monochromatic Colors of #141AAF
Black with #141AAF
Text Example
Text Example
White with #141AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AAF; }
p { color: rgb(20,26,175); }
H1.HeaderClassName
{
color: #141AAF;
}
.AnyTagClassName
{
color: #141AAF;
}
</style>
background-color css
<style>
a { background-color: #141AAF; }
a { background-color: rgb(20,26,175); }
div.DivClassName
{
background-color: #141AAF;
}
.BgClassName
{
background-color: #141AAF;
}
</style>
border-color css
<style>
span { border-color: #141AAF; }
span { border-color: rgb(20,26,175); }
td.TdClassName
{
border-color: #141AAF;
}
.TagClassName
{
border-color: #141AAF;
}
</style>