Shades of Egyptian Blue #141CB1
Tints of Egyptian Blue #141CB1
RGB
CMYK
RGB Variations
Color information
#141CB1 (or 0x141CB1) is known color: Egyptian Blue. HEX triplet: 14, 1C and B1. RGB value is (20,28,177). Sum of RGB (Red+Green+Blue) = 20+28+177=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 177 (69.53% from 255 or 78.67% from 225); Max value from RGB is 177 - color contains mainly: blue. Hex color #141CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141CB1 is #EBE34E. Grayscale: #292929. Windows color (decimal): -15459151 or 11607060. OLE color: 11607060.
HSL color Cylindrical-coordinate representation of color #141CB1: hue angle of 236.94º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141CB1 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 28 | 177 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.31 |
| HSL | 236.94º | 0.8% | 0.39% | - |
| HSV(B) | 236.94º | 0.89% | 0.69% | - |
| XYZ | 8.64 | 4.15 | 41.94 | - |
| YUV | 42.59 | 203.85 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 177 | 0.89 | 0.84 | 0 | 0.31 | 236.94 | 0.8 | 0.39 |
| Hex | 14 | 1C | B1 | 59 | 54 | 0 | 1F | ED | 50 | 27 |
| Octal | 24 | 34 | 261 | 131 | 124 | 0 | 37 | 355 | 120 | 47 |
| Binary | 10100 | 11100 | 10110001 | 1011001 | 1010100 | 0 | 11111 | 11101101 | 1010000 | 100111 |
Color Harmonies of #141CB1
Complementary color
Monochromatic Colors of #141CB1
Black with #141CB1
Text Example
Text Example
White with #141CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CB1; }
p { color: rgb(20,28,177); }
H1.HeaderClassName
{
color: #141CB1;
}
.AnyTagClassName
{
color: #141CB1;
}
</style>
background-color css
<style>
a { background-color: #141CB1; }
a { background-color: rgb(20,28,177); }
div.DivClassName
{
background-color: #141CB1;
}
.BgClassName
{
background-color: #141CB1;
}
</style>
border-color css
<style>
span { border-color: #141CB1; }
span { border-color: rgb(20,28,177); }
td.TdClassName
{
border-color: #141CB1;
}
.TagClassName
{
border-color: #141CB1;
}
</style>