Shades of Egyptian Blue #1629B0
Tints of Egyptian Blue #1629B0
RGB
CMYK
RGB Variations
Color information
#1629B0 (or 0x1629B0) is known color: Egyptian Blue. HEX triplet: 16, 29 and B0. RGB value is (22,41,176). Sum of RGB (Red+Green+Blue) = 22+41+176=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #1629B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1629B0 is #E9D64F. Grayscale: #323232. Windows color (decimal): -15324752 or 11544854. OLE color: 11544854.
HSL color Cylindrical-coordinate representation of color #1629B0: hue angle of 232.6º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1629B0 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 41 | 176 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.31 |
| HSL | 232.6º | 0.78% | 0.39% | - |
| HSV(B) | 232.6º | 0.88% | 0.69% | - |
| XYZ | 8.96 | 4.89 | 41.55 | - |
| YUV | 50.71 | 198.71 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 176 | 0.88 | 0.77 | 0 | 0.31 | 232.6 | 0.78 | 0.39 |
| Hex | 16 | 29 | B0 | 58 | 4D | 0 | 1F | E9 | 4E | 27 |
| Octal | 26 | 51 | 260 | 130 | 115 | 0 | 37 | 351 | 116 | 47 |
| Binary | 10110 | 101001 | 10110000 | 1011000 | 1001101 | 0 | 11111 | 11101001 | 1001110 | 100111 |
Color Harmonies of #1629B0
Complementary color
Monochromatic Colors of #1629B0
Black with #1629B0
Text Example
Text Example
White with #1629B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629B0; }
p { color: rgb(22,41,176); }
H1.HeaderClassName
{
color: #1629B0;
}
.AnyTagClassName
{
color: #1629B0;
}
</style>
background-color css
<style>
a { background-color: #1629B0; }
a { background-color: rgb(22,41,176); }
div.DivClassName
{
background-color: #1629B0;
}
.BgClassName
{
background-color: #1629B0;
}
</style>
border-color css
<style>
span { border-color: #1629B0; }
span { border-color: rgb(22,41,176); }
td.TdClassName
{
border-color: #1629B0;
}
.TagClassName
{
border-color: #1629B0;
}
</style>