Shades of Egyptian Blue #1343AC
Tints of Egyptian Blue #1343AC
RGB
CMYK
RGB Variations
Color information
#1343AC (or 0x1343AC) is known color: Egyptian Blue. HEX triplet: 13, 43 and AC. RGB value is (19,67,172). Sum of RGB (Red+Green+Blue) = 19+67+172=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #1343AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1343AC is #ECBC53. Grayscale: #404040. Windows color (decimal): -15514708 or 11289363. OLE color: 11289363.
HSL color Cylindrical-coordinate representation of color #1343AC: hue angle of 221.18º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1343AC is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 67 | 172 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.33 |
| HSL | 221.18º | 0.8% | 0.37% | - |
| HSV(B) | 221.18º | 0.89% | 0.67% | - |
| XYZ | 9.72 | 7.13 | 39.89 | - |
| YUV | 64.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 172 | 0.89 | 0.61 | 0 | 0.33 | 221.18 | 0.8 | 0.37 |
| Hex | 13 | 43 | AC | 59 | 3D | 0 | 21 | DD | 50 | 25 |
| Octal | 23 | 103 | 254 | 131 | 75 | 0 | 41 | 335 | 120 | 45 |
| Binary | 10011 | 1000011 | 10101100 | 1011001 | 111101 | 0 | 100001 | 11011101 | 1010000 | 100101 |
Color Harmonies of #1343AC
Complementary color
Monochromatic Colors of #1343AC
Black with #1343AC
Text Example
Text Example
White with #1343AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1343AC; }
p { color: rgb(19,67,172); }
H1.HeaderClassName
{
color: #1343AC;
}
.AnyTagClassName
{
color: #1343AC;
}
</style>
background-color css
<style>
a { background-color: #1343AC; }
a { background-color: rgb(19,67,172); }
div.DivClassName
{
background-color: #1343AC;
}
.BgClassName
{
background-color: #1343AC;
}
</style>
border-color css
<style>
span { border-color: #1343AC; }
span { border-color: rgb(19,67,172); }
td.TdClassName
{
border-color: #1343AC;
}
.TagClassName
{
border-color: #1343AC;
}
</style>