Shades of Egyptian Blue #163CAD
Tints of Egyptian Blue #163CAD
RGB
CMYK
RGB Variations
Color information
#163CAD (or 0x163CAD) is known color: Egyptian Blue. HEX triplet: 16, 3C and AD. RGB value is (22,60,173). Sum of RGB (Red+Green+Blue) = 22+60+173=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #163CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CAD is #E9C352. Grayscale: #3D3D3D. Windows color (decimal): -15319891 or 11353110. OLE color: 11353110.
HSL color Cylindrical-coordinate representation of color #163CAD: hue angle of 224.9º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163CAD is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 60 | 173 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.32 |
| HSL | 224.9º | 0.77% | 0.38% | - |
| HSV(B) | 224.9º | 0.87% | 0.68% | - |
| XYZ | 9.49 | 6.42 | 40.27 | - |
| YUV | 61.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 173 | 0.87 | 0.65 | 0 | 0.32 | 224.9 | 0.77 | 0.38 |
| Hex | 16 | 3C | AD | 57 | 41 | 0 | 20 | E1 | 4D | 26 |
| Octal | 26 | 74 | 255 | 127 | 101 | 0 | 40 | 341 | 115 | 46 |
| Binary | 10110 | 111100 | 10101101 | 1010111 | 1000001 | 0 | 100000 | 11100001 | 1001101 | 100110 |
Color Harmonies of #163CAD
Complementary color
Monochromatic Colors of #163CAD
Black with #163CAD
Text Example
Text Example
White with #163CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163CAD; }
p { color: rgb(22,60,173); }
H1.HeaderClassName
{
color: #163CAD;
}
.AnyTagClassName
{
color: #163CAD;
}
</style>
background-color css
<style>
a { background-color: #163CAD; }
a { background-color: rgb(22,60,173); }
div.DivClassName
{
background-color: #163CAD;
}
.BgClassName
{
background-color: #163CAD;
}
</style>
border-color css
<style>
span { border-color: #163CAD; }
span { border-color: rgb(22,60,173); }
td.TdClassName
{
border-color: #163CAD;
}
.TagClassName
{
border-color: #163CAD;
}
</style>