Shades of Egyptian Blue #13299C
Tints of Egyptian Blue #13299C
RGB
CMYK
RGB Variations
Color information
#13299C (or 0x13299C) is known color: Egyptian Blue. HEX triplet: 13, 29 and 9C. RGB value is (19,41,156). Sum of RGB (Red+Green+Blue) = 19+41+156=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #13299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13299C is #ECD663. Grayscale: #2F2F2F. Windows color (decimal): -15521380 or 10234131. OLE color: 10234131.
HSL color Cylindrical-coordinate representation of color #13299C: hue angle of 230.36º 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 #13299C is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 41 | 156 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.39 |
| HSL | 230.37º | 0.78% | 0.34% | - |
| HSV(B) | 230.37º | 0.88% | 0.61% | - |
| XYZ | 7.06 | 4.12 | 31.88 | - |
| YUV | 47.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 156 | 0.88 | 0.74 | 0 | 0.39 | 230.37 | 0.78 | 0.34 |
| Hex | 13 | 29 | 9C | 58 | 4A | 0 | 27 | E6 | 4E | 22 |
| Octal | 23 | 51 | 234 | 130 | 112 | 0 | 47 | 346 | 116 | 42 |
| Binary | 10011 | 101001 | 10011100 | 1011000 | 1001010 | 0 | 100111 | 11100110 | 1001110 | 100010 |
Color Harmonies of #13299C
Complementary color
Monochromatic Colors of #13299C
Black with #13299C
Text Example
Text Example
White with #13299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13299C; }
p { color: rgb(19,41,156); }
H1.HeaderClassName
{
color: #13299C;
}
.AnyTagClassName
{
color: #13299C;
}
</style>
background-color css
<style>
a { background-color: #13299C; }
a { background-color: rgb(19,41,156); }
div.DivClassName
{
background-color: #13299C;
}
.BgClassName
{
background-color: #13299C;
}
</style>
border-color css
<style>
span { border-color: #13299C; }
span { border-color: rgb(19,41,156); }
td.TdClassName
{
border-color: #13299C;
}
.TagClassName
{
border-color: #13299C;
}
</style>