Shades of Egyptian Blue #1338AC
Tints of Egyptian Blue #1338AC
RGB
CMYK
RGB Variations
Color information
#1338AC (or 0x1338AC) is known color: Egyptian Blue. HEX triplet: 13, 38 and AC. RGB value is (19,56,172). Sum of RGB (Red+Green+Blue) = 19+56+172=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 56 (22.27% from 255 or 22.67% 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 #1338AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1338AC is #ECC753. Grayscale: #393939. Windows color (decimal): -15517524 or 11286547. OLE color: 11286547.
HSL color Cylindrical-coordinate representation of color #1338AC: hue angle of 225.49º 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 #1338AC is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 56 | 172 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.33 |
| HSL | 225.49º | 0.8% | 0.37% | - |
| HSV(B) | 225.49º | 0.89% | 0.67% | - |
| XYZ | 9.13 | 5.95 | 39.7 | - |
| YUV | 58.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 172 | 0.89 | 0.67 | 0 | 0.33 | 225.49 | 0.8 | 0.37 |
| Hex | 13 | 38 | AC | 59 | 43 | 0 | 21 | E1 | 50 | 25 |
| Octal | 23 | 70 | 254 | 131 | 103 | 0 | 41 | 341 | 120 | 45 |
| Binary | 10011 | 111000 | 10101100 | 1011001 | 1000011 | 0 | 100001 | 11100001 | 1010000 | 100101 |
Color Harmonies of #1338AC
Complementary color
Monochromatic Colors of #1338AC
Black with #1338AC
Text Example
Text Example
White with #1338AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338AC; }
p { color: rgb(19,56,172); }
H1.HeaderClassName
{
color: #1338AC;
}
.AnyTagClassName
{
color: #1338AC;
}
</style>
background-color css
<style>
a { background-color: #1338AC; }
a { background-color: rgb(19,56,172); }
div.DivClassName
{
background-color: #1338AC;
}
.BgClassName
{
background-color: #1338AC;
}
</style>
border-color css
<style>
span { border-color: #1338AC; }
span { border-color: rgb(19,56,172); }
td.TdClassName
{
border-color: #1338AC;
}
.TagClassName
{
border-color: #1338AC;
}
</style>