Shades of Egyptian Blue #163CAB
Tints of Egyptian Blue #163CAB
RGB
CMYK
RGB Variations
Color information
#163CAB (or 0x163CAB) is known color: Egyptian Blue. HEX triplet: 16, 3C and AB. RGB value is (22,60,171). Sum of RGB (Red+Green+Blue) = 22+60+171=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #163CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CAB is #E9C354. Grayscale: #3C3C3C. Windows color (decimal): -15319893 or 11222038. OLE color: 11222038.
HSL color Cylindrical-coordinate representation of color #163CAB: hue angle of 224.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163CAB is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 60 | 171 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.33 |
| HSL | 224.7º | 0.77% | 0.38% | - |
| HSV(B) | 224.7º | 0.87% | 0.67% | - |
| XYZ | 9.3 | 6.34 | 39.26 | - |
| YUV | 61.29 | 189.91 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 171 | 0.87 | 0.65 | 0 | 0.33 | 224.7 | 0.77 | 0.38 |
| Hex | 16 | 3C | AB | 57 | 41 | 0 | 21 | E1 | 4D | 26 |
| Octal | 26 | 74 | 253 | 127 | 101 | 0 | 41 | 341 | 115 | 46 |
| Binary | 10110 | 111100 | 10101011 | 1010111 | 1000001 | 0 | 100001 | 11100001 | 1001101 | 100110 |
Color Harmonies of #163CAB
Complementary color
Monochromatic Colors of #163CAB
Black with #163CAB
Text Example
Text Example
White with #163CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163CAB; }
p { color: rgb(22,60,171); }
H1.HeaderClassName
{
color: #163CAB;
}
.AnyTagClassName
{
color: #163CAB;
}
</style>
background-color css
<style>
a { background-color: #163CAB; }
a { background-color: rgb(22,60,171); }
div.DivClassName
{
background-color: #163CAB;
}
.BgClassName
{
background-color: #163CAB;
}
</style>
border-color css
<style>
span { border-color: #163CAB; }
span { border-color: rgb(22,60,171); }
td.TdClassName
{
border-color: #163CAB;
}
.TagClassName
{
border-color: #163CAB;
}
</style>