Shades of Egyptian Blue #13289C
Tints of Egyptian Blue #13289C
RGB
CMYK
RGB Variations
Color information
#13289C (or 0x13289C) is known color: Egyptian Blue. HEX triplet: 13, 28 and 9C. RGB value is (19,40,156). Sum of RGB (Red+Green+Blue) = 19+40+156=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #13289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13289C is #ECD763. Grayscale: #2E2E2E. Windows color (decimal): -15521636 or 10233875. OLE color: 10233875.
HSL color Cylindrical-coordinate representation of color #13289C: hue angle of 230.8º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13289C is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 40 | 156 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.39 |
| HSL | 230.8º | 0.78% | 0.34% | - |
| HSV(B) | 230.8º | 0.88% | 0.61% | - |
| XYZ | 7.03 | 4.06 | 31.87 | - |
| YUV | 46.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 156 | 0.88 | 0.74 | 0 | 0.39 | 230.8 | 0.78 | 0.34 |
| Hex | 13 | 28 | 9C | 58 | 4A | 0 | 27 | E7 | 4E | 22 |
| Octal | 23 | 50 | 234 | 130 | 112 | 0 | 47 | 347 | 116 | 42 |
| Binary | 10011 | 101000 | 10011100 | 1011000 | 1001010 | 0 | 100111 | 11100111 | 1001110 | 100010 |
Color Harmonies of #13289C
Complementary color
Monochromatic Colors of #13289C
Black with #13289C
Text Example
Text Example
White with #13289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13289C; }
p { color: rgb(19,40,156); }
H1.HeaderClassName
{
color: #13289C;
}
.AnyTagClassName
{
color: #13289C;
}
</style>
background-color css
<style>
a { background-color: #13289C; }
a { background-color: rgb(19,40,156); }
div.DivClassName
{
background-color: #13289C;
}
.BgClassName
{
background-color: #13289C;
}
</style>
border-color css
<style>
span { border-color: #13289C; }
span { border-color: rgb(19,40,156); }
td.TdClassName
{
border-color: #13289C;
}
.TagClassName
{
border-color: #13289C;
}
</style>