Shades of Egyptian Blue #141FB1
Tints of Egyptian Blue #141FB1
RGB
CMYK
RGB Variations
Color information
#141FB1 (or 0x141FB1) is known color: Egyptian Blue. HEX triplet: 14, 1F and B1. RGB value is (20,31,177). Sum of RGB (Red+Green+Blue) = 20+31+177=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 177 (69.53% from 255 or 77.63% from 228); Max value from RGB is 177 - color contains mainly: blue. Hex color #141FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141FB1 is #EBE04E. Grayscale: #2B2B2B. Windows color (decimal): -15458383 or 11607828. OLE color: 11607828.
HSL color Cylindrical-coordinate representation of color #141FB1: hue angle of 235.8º 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 #141FB1 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 31 | 177 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.31 |
| HSL | 235.8º | 0.8% | 0.39% | - |
| HSV(B) | 235.8º | 0.89% | 0.69% | - |
| XYZ | 8.71 | 4.3 | 41.97 | - |
| YUV | 44.36 | 202.86 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 177 | 0.89 | 0.82 | 0 | 0.31 | 235.8 | 0.8 | 0.39 |
| Hex | 14 | 1F | B1 | 59 | 52 | 0 | 1F | EC | 50 | 27 |
| Octal | 24 | 37 | 261 | 131 | 122 | 0 | 37 | 354 | 120 | 47 |
| Binary | 10100 | 11111 | 10110001 | 1011001 | 1010010 | 0 | 11111 | 11101100 | 1010000 | 100111 |
Color Harmonies of #141FB1
Complementary color
Monochromatic Colors of #141FB1
Black with #141FB1
Text Example
Text Example
White with #141FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FB1; }
p { color: rgb(20,31,177); }
H1.HeaderClassName
{
color: #141FB1;
}
.AnyTagClassName
{
color: #141FB1;
}
</style>
background-color css
<style>
a { background-color: #141FB1; }
a { background-color: rgb(20,31,177); }
div.DivClassName
{
background-color: #141FB1;
}
.BgClassName
{
background-color: #141FB1;
}
</style>
border-color css
<style>
span { border-color: #141FB1; }
span { border-color: rgb(20,31,177); }
td.TdClassName
{
border-color: #141FB1;
}
.TagClassName
{
border-color: #141FB1;
}
</style>