Shades of Egyptian Blue #1437A0
Tints of Egyptian Blue #1437A0
RGB
CMYK
RGB Variations
Color information
#1437A0 (or 0x1437A0) is known color: Egyptian Blue. HEX triplet: 14, 37 and A0. RGB value is (20,55,160). Sum of RGB (Red+Green+Blue) = 20+55+160=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #1437A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1437A0 is #EBC85F. Grayscale: #383838. Windows color (decimal): -15452256 or 10499860. OLE color: 10499860.
HSL color Cylindrical-coordinate representation of color #1437A0: hue angle of 225º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1437A0 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 55 | 160 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.37 |
| HSL | 225º | 0.78% | 0.35% | - |
| HSV(B) | 225º | 0.88% | 0.63% | - |
| XYZ | 8 | 5.42 | 33.88 | - |
| YUV | 56.51 | 186.4 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 160 | 0.88 | 0.66 | 0 | 0.37 | 225 | 0.78 | 0.35 |
| Hex | 14 | 37 | A0 | 58 | 42 | 0 | 25 | E1 | 4E | 23 |
| Octal | 24 | 67 | 240 | 130 | 102 | 0 | 45 | 341 | 116 | 43 |
| Binary | 10100 | 110111 | 10100000 | 1011000 | 1000010 | 0 | 100101 | 11100001 | 1001110 | 100011 |
Color Harmonies of #1437A0
Complementary color
Monochromatic Colors of #1437A0
Black with #1437A0
Text Example
Text Example
White with #1437A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1437A0; }
p { color: rgb(20,55,160); }
H1.HeaderClassName
{
color: #1437A0;
}
.AnyTagClassName
{
color: #1437A0;
}
</style>
background-color css
<style>
a { background-color: #1437A0; }
a { background-color: rgb(20,55,160); }
div.DivClassName
{
background-color: #1437A0;
}
.BgClassName
{
background-color: #1437A0;
}
</style>
border-color css
<style>
span { border-color: #1437A0; }
span { border-color: rgb(20,55,160); }
td.TdClassName
{
border-color: #1437A0;
}
.TagClassName
{
border-color: #1437A0;
}
</style>