Shades of Egyptian Blue #13229C
Tints of Egyptian Blue #13229C
RGB
CMYK
RGB Variations
Color information
#13229C (or 0x13229C) is known color: Egyptian Blue. HEX triplet: 13, 22 and 9C. RGB value is (19,34,156). Sum of RGB (Red+Green+Blue) = 19+34+156=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #13229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13229C is #ECDD63. Grayscale: #2A2A2A. Windows color (decimal): -15523172 or 10232339. OLE color: 10232339.
HSL color Cylindrical-coordinate representation of color #13229C: hue angle of 233.43º 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 #13229C is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 34 | 156 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.39 |
| HSL | 233.43º | 0.78% | 0.34% | - |
| HSV(B) | 233.43º | 0.88% | 0.61% | - |
| XYZ | 6.84 | 3.68 | 31.8 | - |
| YUV | 43.42 | 191.53 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 156 | 0.88 | 0.78 | 0 | 0.39 | 233.43 | 0.78 | 0.34 |
| Hex | 13 | 22 | 9C | 58 | 4E | 0 | 27 | E9 | 4E | 22 |
| Octal | 23 | 42 | 234 | 130 | 116 | 0 | 47 | 351 | 116 | 42 |
| Binary | 10011 | 100010 | 10011100 | 1011000 | 1001110 | 0 | 100111 | 11101001 | 1001110 | 100010 |
Color Harmonies of #13229C
Complementary color
Monochromatic Colors of #13229C
Black with #13229C
Text Example
Text Example
White with #13229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13229C; }
p { color: rgb(19,34,156); }
H1.HeaderClassName
{
color: #13229C;
}
.AnyTagClassName
{
color: #13229C;
}
</style>
background-color css
<style>
a { background-color: #13229C; }
a { background-color: rgb(19,34,156); }
div.DivClassName
{
background-color: #13229C;
}
.BgClassName
{
background-color: #13229C;
}
</style>
border-color css
<style>
span { border-color: #13229C; }
span { border-color: rgb(19,34,156); }
td.TdClassName
{
border-color: #13229C;
}
.TagClassName
{
border-color: #13229C;
}
</style>