Shades of Egyptian Blue #10219C
Tints of Egyptian Blue #10219C
RGB
CMYK
RGB Variations
Color information
#10219C (or 0x10219C) is known color: Egyptian Blue. HEX triplet: 10, 21 and 9C. RGB value is (16,33,156). Sum of RGB (Red+Green+Blue) = 16+33+156=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #10219C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10219C is #EFDE63. Grayscale: #292929. Windows color (decimal): -15720036 or 10232080. OLE color: 10232080.
HSL color Cylindrical-coordinate representation of color #10219C: hue angle of 232.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10219C is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 33 | 156 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.39 |
| HSL | 232.71º | 0.81% | 0.34% | - |
| HSV(B) | 232.71º | 0.9% | 0.61% | - |
| XYZ | 6.76 | 3.6 | 31.79 | - |
| YUV | 41.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 156 | 0.90 | 0.79 | 0 | 0.39 | 232.71 | 0.81 | 0.34 |
| Hex | 10 | 21 | 9C | 5A | 4F | 0 | 27 | E9 | 51 | 22 |
| Octal | 20 | 41 | 234 | 132 | 117 | 0 | 47 | 351 | 121 | 42 |
| Binary | 10000 | 100001 | 10011100 | 1011010 | 1001111 | 0 | 100111 | 11101001 | 1010001 | 100010 |
Color Harmonies of #10219C
Complementary color
Monochromatic Colors of #10219C
Black with #10219C
Text Example
Text Example
White with #10219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10219C; }
p { color: rgb(16,33,156); }
H1.HeaderClassName
{
color: #10219C;
}
.AnyTagClassName
{
color: #10219C;
}
</style>
background-color css
<style>
a { background-color: #10219C; }
a { background-color: rgb(16,33,156); }
div.DivClassName
{
background-color: #10219C;
}
.BgClassName
{
background-color: #10219C;
}
</style>
border-color css
<style>
span { border-color: #10219C; }
span { border-color: rgb(16,33,156); }
td.TdClassName
{
border-color: #10219C;
}
.TagClassName
{
border-color: #10219C;
}
</style>