Shades of Egyptian Blue #141AB3
Tints of Egyptian Blue #141AB3
RGB
CMYK
RGB Variations
Color information
#141AB3 (or 0x141AB3) is known color: Egyptian Blue. HEX triplet: 14, 1A and B3. RGB value is (20,26,179). Sum of RGB (Red+Green+Blue) = 20+26+179=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 179 (70.31% from 255 or 79.56% from 225); Max value from RGB is 179 - color contains mainly: blue. Hex color #141AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AB3 is #EBE54C. Grayscale: #292929. Windows color (decimal): -15459661 or 11737620. OLE color: 11737620.
HSL color Cylindrical-coordinate representation of color #141AB3: hue angle of 237.74º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141AB3 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 26 | 179 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.30 |
| HSL | 237.74º | 0.8% | 0.39% | - |
| HSV(B) | 237.74º | 0.89% | 0.7% | - |
| XYZ | 8.79 | 4.14 | 42.98 | - |
| YUV | 41.65 | 205.51 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 179 | 0.89 | 0.85 | 0 | 0.30 | 237.74 | 0.8 | 0.39 |
| Hex | 14 | 1A | B3 | 59 | 55 | 0 | 1E | EE | 50 | 27 |
| Octal | 24 | 32 | 263 | 131 | 125 | 0 | 36 | 356 | 120 | 47 |
| Binary | 10100 | 11010 | 10110011 | 1011001 | 1010101 | 0 | 11110 | 11101110 | 1010000 | 100111 |
Color Harmonies of #141AB3
Complementary color
Monochromatic Colors of #141AB3
Black with #141AB3
Text Example
Text Example
White with #141AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141AB3; }
p { color: rgb(20,26,179); }
H1.HeaderClassName
{
color: #141AB3;
}
.AnyTagClassName
{
color: #141AB3;
}
</style>
background-color css
<style>
a { background-color: #141AB3; }
a { background-color: rgb(20,26,179); }
div.DivClassName
{
background-color: #141AB3;
}
.BgClassName
{
background-color: #141AB3;
}
</style>
border-color css
<style>
span { border-color: #141AB3; }
span { border-color: rgb(20,26,179); }
td.TdClassName
{
border-color: #141AB3;
}
.TagClassName
{
border-color: #141AB3;
}
</style>