Shades of Egyptian Blue #1430AB
Tints of Egyptian Blue #1430AB
RGB
CMYK
RGB Variations
Color information
#1430AB (or 0x1430AB) is known color: Egyptian Blue. HEX triplet: 14, 30 and AB. RGB value is (20,48,171). Sum of RGB (Red+Green+Blue) = 20+48+171=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #1430AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1430AB is #EBCF54. Grayscale: #353535. Windows color (decimal): -15454037 or 11218964. OLE color: 11218964.
HSL color Cylindrical-coordinate representation of color #1430AB: hue angle of 228.87º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1430AB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 48 | 171 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.33 |
| HSL | 228.87º | 0.79% | 0.37% | - |
| HSV(B) | 228.87º | 0.88% | 0.67% | - |
| XYZ | 8.7 | 5.2 | 39.07 | - |
| YUV | 53.65 | 194.22 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 171 | 0.88 | 0.72 | 0 | 0.33 | 228.87 | 0.79 | 0.37 |
| Hex | 14 | 30 | AB | 58 | 48 | 0 | 21 | E5 | 4F | 25 |
| Octal | 24 | 60 | 253 | 130 | 110 | 0 | 41 | 345 | 117 | 45 |
| Binary | 10100 | 110000 | 10101011 | 1011000 | 1001000 | 0 | 100001 | 11100101 | 1001111 | 100101 |
Color Harmonies of #1430AB
Complementary color
Monochromatic Colors of #1430AB
Black with #1430AB
Text Example
Text Example
White with #1430AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1430AB; }
p { color: rgb(20,48,171); }
H1.HeaderClassName
{
color: #1430AB;
}
.AnyTagClassName
{
color: #1430AB;
}
</style>
background-color css
<style>
a { background-color: #1430AB; }
a { background-color: rgb(20,48,171); }
div.DivClassName
{
background-color: #1430AB;
}
.BgClassName
{
background-color: #1430AB;
}
</style>
border-color css
<style>
span { border-color: #1430AB; }
span { border-color: rgb(20,48,171); }
td.TdClassName
{
border-color: #1430AB;
}
.TagClassName
{
border-color: #1430AB;
}
</style>