Shades of Egyptian Blue #163FAA
Tints of Egyptian Blue #163FAA
RGB
CMYK
RGB Variations
Color information
#163FAA (or 0x163FAA) is known color: Egyptian Blue. HEX triplet: 16, 3F and AA. RGB value is (22,63,170). Sum of RGB (Red+Green+Blue) = 22+63+170=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #163FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163FAA is #E9C055. Grayscale: #3E3E3E. Windows color (decimal): -15319126 or 11157270. OLE color: 11157270.
HSL color Cylindrical-coordinate representation of color #163FAA: hue angle of 223.38º 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 #163FAA is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 63 | 170 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.33 |
| HSL | 223.38º | 0.77% | 0.38% | - |
| HSV(B) | 223.38º | 0.87% | 0.67% | - |
| XYZ | 9.36 | 6.63 | 38.82 | - |
| YUV | 62.94 | 188.42 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 170 | 0.87 | 0.63 | 0 | 0.33 | 223.38 | 0.77 | 0.38 |
| Hex | 16 | 3F | AA | 57 | 3F | 0 | 21 | DF | 4D | 26 |
| Octal | 26 | 77 | 252 | 127 | 77 | 0 | 41 | 337 | 115 | 46 |
| Binary | 10110 | 111111 | 10101010 | 1010111 | 111111 | 0 | 100001 | 11011111 | 1001101 | 100110 |
Color Harmonies of #163FAA
Complementary color
Monochromatic Colors of #163FAA
Black with #163FAA
Text Example
Text Example
White with #163FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FAA; }
p { color: rgb(22,63,170); }
H1.HeaderClassName
{
color: #163FAA;
}
.AnyTagClassName
{
color: #163FAA;
}
</style>
background-color css
<style>
a { background-color: #163FAA; }
a { background-color: rgb(22,63,170); }
div.DivClassName
{
background-color: #163FAA;
}
.BgClassName
{
background-color: #163FAA;
}
</style>
border-color css
<style>
span { border-color: #163FAA; }
span { border-color: rgb(22,63,170); }
td.TdClassName
{
border-color: #163FAA;
}
.TagClassName
{
border-color: #163FAA;
}
</style>