Shades of Egyptian Blue #163AB0
Tints of Egyptian Blue #163AB0
RGB
CMYK
RGB Variations
Color information
#163AB0 (or 0x163AB0) is known color: Egyptian Blue. HEX triplet: 16, 3A and B0. RGB value is (22,58,176). Sum of RGB (Red+Green+Blue) = 22+58+176=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #163AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163AB0 is #E9C54F. Grayscale: #3C3C3C. Windows color (decimal): -15320400 or 11549206. OLE color: 11549206.
HSL color Cylindrical-coordinate representation of color #163AB0: hue angle of 225.97º 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 #163AB0 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 58 | 176 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.31 |
| HSL | 225.97º | 0.78% | 0.39% | - |
| HSV(B) | 225.97º | 0.88% | 0.69% | - |
| XYZ | 9.68 | 6.33 | 41.79 | - |
| YUV | 60.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 176 | 0.88 | 0.67 | 0 | 0.31 | 225.97 | 0.78 | 0.39 |
| Hex | 16 | 3A | B0 | 58 | 43 | 0 | 1F | E2 | 4E | 27 |
| Octal | 26 | 72 | 260 | 130 | 103 | 0 | 37 | 342 | 116 | 47 |
| Binary | 10110 | 111010 | 10110000 | 1011000 | 1000011 | 0 | 11111 | 11100010 | 1001110 | 100111 |
Color Harmonies of #163AB0
Complementary color
Monochromatic Colors of #163AB0
Black with #163AB0
Text Example
Text Example
White with #163AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163AB0; }
p { color: rgb(22,58,176); }
H1.HeaderClassName
{
color: #163AB0;
}
.AnyTagClassName
{
color: #163AB0;
}
</style>
background-color css
<style>
a { background-color: #163AB0; }
a { background-color: rgb(22,58,176); }
div.DivClassName
{
background-color: #163AB0;
}
.BgClassName
{
background-color: #163AB0;
}
</style>
border-color css
<style>
span { border-color: #163AB0; }
span { border-color: rgb(22,58,176); }
td.TdClassName
{
border-color: #163AB0;
}
.TagClassName
{
border-color: #163AB0;
}
</style>