Shades of Egyptian Blue #16249B
Tints of Egyptian Blue #16249B
RGB
CMYK
RGB Variations
Color information
#16249B (or 0x16249B) is known color: Egyptian Blue. HEX triplet: 16, 24 and 9B. RGB value is (22,36,155). Sum of RGB (Red+Green+Blue) = 22+36+155=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #16249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16249B is #E9DB64. Grayscale: #2C2C2C. Windows color (decimal): -15326053 or 10167318. OLE color: 10167318.
HSL color Cylindrical-coordinate representation of color #16249B: hue angle of 233.68º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16249B is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 22 | 36 | 155 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.39 |
| HSL | 233.68º | 0.75% | 0.35% | - |
| HSV(B) | 233.68º | 0.86% | 0.61% | - |
| XYZ | 6.88 | 3.8 | 31.38 | - |
| YUV | 45.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 155 | 0.86 | 0.77 | 0 | 0.39 | 233.68 | 0.75 | 0.35 |
| Hex | 16 | 24 | 9B | 56 | 4D | 0 | 27 | EA | 4B | 23 |
| Octal | 26 | 44 | 233 | 126 | 115 | 0 | 47 | 352 | 113 | 43 |
| Binary | 10110 | 100100 | 10011011 | 1010110 | 1001101 | 0 | 100111 | 11101010 | 1001011 | 100011 |
Color Harmonies of #16249B
Complementary color
Monochromatic Colors of #16249B
Black with #16249B
Text Example
Text Example
White with #16249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16249B; }
p { color: rgb(22,36,155); }
H1.HeaderClassName
{
color: #16249B;
}
.AnyTagClassName
{
color: #16249B;
}
</style>
background-color css
<style>
a { background-color: #16249B; }
a { background-color: rgb(22,36,155); }
div.DivClassName
{
background-color: #16249B;
}
.BgClassName
{
background-color: #16249B;
}
</style>
border-color css
<style>
span { border-color: #16249B; }
span { border-color: rgb(22,36,155); }
td.TdClassName
{
border-color: #16249B;
}
.TagClassName
{
border-color: #16249B;
}
</style>