Shades of Egyptian Blue #141CA5
Tints of Egyptian Blue #141CA5
RGB
CMYK
RGB Variations
Color information
#141CA5 (or 0x141CA5) is known color: Egyptian Blue. HEX triplet: 14, 1C and A5. RGB value is (20,28,165). Sum of RGB (Red+Green+Blue) = 20+28+165=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 165 (64.84% from 255 or 77.46% from 213); Max value from RGB is 165 - color contains mainly: blue. Hex color #141CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141CA5 is #EBE35A. Grayscale: #282828. Windows color (decimal): -15459163 or 10820628. OLE color: 10820628.
HSL color Cylindrical-coordinate representation of color #141CA5: hue angle of 236.69º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #141CA5 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 28 | 165 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.35 |
| HSL | 236.69º | 0.78% | 0.36% | - |
| HSV(B) | 236.69º | 0.88% | 0.65% | - |
| XYZ | 7.5 | 3.7 | 35.92 | - |
| YUV | 41.23 | 197.85 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 165 | 0.88 | 0.83 | 0 | 0.35 | 236.69 | 0.78 | 0.36 |
| Hex | 14 | 1C | A5 | 58 | 53 | 0 | 23 | ED | 4E | 24 |
| Octal | 24 | 34 | 245 | 130 | 123 | 0 | 43 | 355 | 116 | 44 |
| Binary | 10100 | 11100 | 10100101 | 1011000 | 1010011 | 0 | 100011 | 11101101 | 1001110 | 100100 |
Color Harmonies of #141CA5
Complementary color
Monochromatic Colors of #141CA5
Black with #141CA5
Text Example
Text Example
White with #141CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141CA5; }
p { color: rgb(20,28,165); }
H1.HeaderClassName
{
color: #141CA5;
}
.AnyTagClassName
{
color: #141CA5;
}
</style>
background-color css
<style>
a { background-color: #141CA5; }
a { background-color: rgb(20,28,165); }
div.DivClassName
{
background-color: #141CA5;
}
.BgClassName
{
background-color: #141CA5;
}
</style>
border-color css
<style>
span { border-color: #141CA5; }
span { border-color: rgb(20,28,165); }
td.TdClassName
{
border-color: #141CA5;
}
.TagClassName
{
border-color: #141CA5;
}
</style>