Shades of Egyptian Blue #1328A8
Tints of Egyptian Blue #1328A8
RGB
CMYK
RGB Variations
Color information
#1328A8 (or 0x1328A8) is known color: Egyptian Blue. HEX triplet: 13, 28 and A8. RGB value is (19,40,168). Sum of RGB (Red+Green+Blue) = 19+40+168=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 168 (66.02% from 255 or 74.01% from 227); Max value from RGB is 168 - color contains mainly: blue. Hex color #1328A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1328A8 is #ECD757. Grayscale: #2F2F2F. Windows color (decimal): -15521624 or 11020307. OLE color: 11020307.
HSL color Cylindrical-coordinate representation of color #1328A8: hue angle of 231.54º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1328A8 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 40 | 168 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.34 |
| HSL | 231.54º | 0.8% | 0.37% | - |
| HSV(B) | 231.54º | 0.89% | 0.66% | - |
| XYZ | 8.1 | 4.48 | 37.48 | - |
| YUV | 48.31 | 195.54 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 168 | 0.89 | 0.76 | 0 | 0.34 | 231.54 | 0.8 | 0.37 |
| Hex | 13 | 28 | A8 | 59 | 4C | 0 | 22 | E8 | 50 | 25 |
| Octal | 23 | 50 | 250 | 131 | 114 | 0 | 42 | 350 | 120 | 45 |
| Binary | 10011 | 101000 | 10101000 | 1011001 | 1001100 | 0 | 100010 | 11101000 | 1010000 | 100101 |
Color Harmonies of #1328A8
Complementary color
Monochromatic Colors of #1328A8
Black with #1328A8
Text Example
Text Example
White with #1328A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1328A8; }
p { color: rgb(19,40,168); }
H1.HeaderClassName
{
color: #1328A8;
}
.AnyTagClassName
{
color: #1328A8;
}
</style>
background-color css
<style>
a { background-color: #1328A8; }
a { background-color: rgb(19,40,168); }
div.DivClassName
{
background-color: #1328A8;
}
.BgClassName
{
background-color: #1328A8;
}
</style>
border-color css
<style>
span { border-color: #1328A8; }
span { border-color: rgb(19,40,168); }
td.TdClassName
{
border-color: #1328A8;
}
.TagClassName
{
border-color: #1328A8;
}
</style>