Shades of Egyptian Blue #1434A1
Tints of Egyptian Blue #1434A1
RGB
CMYK
RGB Variations
Color information
#1434A1 (or 0x1434A1) is known color: Egyptian Blue. HEX triplet: 14, 34 and A1. RGB value is (20,52,161). Sum of RGB (Red+Green+Blue) = 20+52+161=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #1434A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1434A1 is #EBCB5E. Grayscale: #363636. Windows color (decimal): -15453023 or 10564628. OLE color: 10564628.
HSL color Cylindrical-coordinate representation of color #1434A1: hue angle of 226.38º 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 #1434A1 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 52 | 161 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.37 |
| HSL | 226.38º | 0.78% | 0.35% | - |
| HSV(B) | 226.38º | 0.88% | 0.63% | - |
| XYZ | 7.95 | 5.18 | 34.3 | - |
| YUV | 54.86 | 187.9 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 161 | 0.88 | 0.68 | 0 | 0.37 | 226.38 | 0.78 | 0.35 |
| Hex | 14 | 34 | A1 | 58 | 44 | 0 | 25 | E2 | 4E | 23 |
| Octal | 24 | 64 | 241 | 130 | 104 | 0 | 45 | 342 | 116 | 43 |
| Binary | 10100 | 110100 | 10100001 | 1011000 | 1000100 | 0 | 100101 | 11100010 | 1001110 | 100011 |
Color Harmonies of #1434A1
Complementary color
Monochromatic Colors of #1434A1
Black with #1434A1
Text Example
Text Example
White with #1434A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1434A1; }
p { color: rgb(20,52,161); }
H1.HeaderClassName
{
color: #1434A1;
}
.AnyTagClassName
{
color: #1434A1;
}
</style>
background-color css
<style>
a { background-color: #1434A1; }
a { background-color: rgb(20,52,161); }
div.DivClassName
{
background-color: #1434A1;
}
.BgClassName
{
background-color: #1434A1;
}
</style>
border-color css
<style>
span { border-color: #1434A1; }
span { border-color: rgb(20,52,161); }
td.TdClassName
{
border-color: #1434A1;
}
.TagClassName
{
border-color: #1434A1;
}
</style>