Shades of Egyptian Blue #1437AC
Tints of Egyptian Blue #1437AC
RGB
CMYK
RGB Variations
Color information
#1437AC (or 0x1437AC) is known color: Egyptian Blue. HEX triplet: 14, 37 and AC. RGB value is (20,55,172). Sum of RGB (Red+Green+Blue) = 20+55+172=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #1437AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1437AC is #EBC853. Grayscale: #393939. Windows color (decimal): -15452244 or 11286292. OLE color: 11286292.
HSL color Cylindrical-coordinate representation of color #1437AC: hue angle of 226.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1437AC is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 55 | 172 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.33 |
| HSL | 226.18º | 0.79% | 0.38% | - |
| HSV(B) | 226.18º | 0.88% | 0.67% | - |
| XYZ | 9.1 | 5.86 | 39.68 | - |
| YUV | 57.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 172 | 0.88 | 0.68 | 0 | 0.33 | 226.18 | 0.79 | 0.38 |
| Hex | 14 | 37 | AC | 58 | 44 | 0 | 21 | E2 | 4F | 26 |
| Octal | 24 | 67 | 254 | 130 | 104 | 0 | 41 | 342 | 117 | 46 |
| Binary | 10100 | 110111 | 10101100 | 1011000 | 1000100 | 0 | 100001 | 11100010 | 1001111 | 100110 |
Color Harmonies of #1437AC
Complementary color
Monochromatic Colors of #1437AC
Black with #1437AC
Text Example
Text Example
White with #1437AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1437AC; }
p { color: rgb(20,55,172); }
H1.HeaderClassName
{
color: #1437AC;
}
.AnyTagClassName
{
color: #1437AC;
}
</style>
background-color css
<style>
a { background-color: #1437AC; }
a { background-color: rgb(20,55,172); }
div.DivClassName
{
background-color: #1437AC;
}
.BgClassName
{
background-color: #1437AC;
}
</style>
border-color css
<style>
span { border-color: #1437AC; }
span { border-color: rgb(20,55,172); }
td.TdClassName
{
border-color: #1437AC;
}
.TagClassName
{
border-color: #1437AC;
}
</style>