Shades of Egyptian Blue #16299A
Tints of Egyptian Blue #16299A
RGB
CMYK
RGB Variations
Color information
#16299A (or 0x16299A) is known color: Egyptian Blue. HEX triplet: 16, 29 and 9A. RGB value is (22,41,154). Sum of RGB (Red+Green+Blue) = 22+41+154=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #16299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16299A is #E9D665. Grayscale: #2F2F2F. Windows color (decimal): -15324774 or 10103062. OLE color: 10103062.
HSL color Cylindrical-coordinate representation of color #16299A: hue angle of 231.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16299A is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 41 | 154 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.40 |
| HSL | 231.36º | 0.75% | 0.35% | - |
| HSV(B) | 231.36º | 0.86% | 0.6% | - |
| XYZ | 6.96 | 4.09 | 30.99 | - |
| YUV | 48.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 154 | 0.86 | 0.73 | 0 | 0.40 | 231.36 | 0.75 | 0.35 |
| Hex | 16 | 29 | 9A | 56 | 49 | 0 | 28 | E7 | 4B | 23 |
| Octal | 26 | 51 | 232 | 126 | 111 | 0 | 50 | 347 | 113 | 43 |
| Binary | 10110 | 101001 | 10011010 | 1010110 | 1001001 | 0 | 101000 | 11100111 | 1001011 | 100011 |
Color Harmonies of #16299A
Complementary color
Monochromatic Colors of #16299A
Black with #16299A
Text Example
Text Example
White with #16299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16299A; }
p { color: rgb(22,41,154); }
H1.HeaderClassName
{
color: #16299A;
}
.AnyTagClassName
{
color: #16299A;
}
</style>
background-color css
<style>
a { background-color: #16299A; }
a { background-color: rgb(22,41,154); }
div.DivClassName
{
background-color: #16299A;
}
.BgClassName
{
background-color: #16299A;
}
</style>
border-color css
<style>
span { border-color: #16299A; }
span { border-color: rgb(22,41,154); }
td.TdClassName
{
border-color: #16299A;
}
.TagClassName
{
border-color: #16299A;
}
</style>