Shades of Egyptian Blue #163BAF
Tints of Egyptian Blue #163BAF
RGB
CMYK
RGB Variations
Color information
#163BAF (or 0x163BAF) is known color: Egyptian Blue. HEX triplet: 16, 3B and AF. RGB value is (22,59,175). Sum of RGB (Red+Green+Blue) = 22+59+175=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #163BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163BAF is #E9C450. Grayscale: #3C3C3C. Windows color (decimal): -15320145 or 11483926. OLE color: 11483926.
HSL color Cylindrical-coordinate representation of color #163BAF: hue angle of 225.49º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163BAF is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 59 | 175 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.31 |
| HSL | 225.49º | 0.78% | 0.39% | - |
| HSV(B) | 225.49º | 0.87% | 0.69% | - |
| XYZ | 9.63 | 6.39 | 41.28 | - |
| YUV | 61.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 175 | 0.87 | 0.66 | 0 | 0.31 | 225.49 | 0.78 | 0.39 |
| Hex | 16 | 3B | AF | 57 | 42 | 0 | 1F | E1 | 4E | 27 |
| Octal | 26 | 73 | 257 | 127 | 102 | 0 | 37 | 341 | 116 | 47 |
| Binary | 10110 | 111011 | 10101111 | 1010111 | 1000010 | 0 | 11111 | 11100001 | 1001110 | 100111 |
Color Harmonies of #163BAF
Complementary color
Monochromatic Colors of #163BAF
Black with #163BAF
Text Example
Text Example
White with #163BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BAF; }
p { color: rgb(22,59,175); }
H1.HeaderClassName
{
color: #163BAF;
}
.AnyTagClassName
{
color: #163BAF;
}
</style>
background-color css
<style>
a { background-color: #163BAF; }
a { background-color: rgb(22,59,175); }
div.DivClassName
{
background-color: #163BAF;
}
.BgClassName
{
background-color: #163BAF;
}
</style>
border-color css
<style>
span { border-color: #163BAF; }
span { border-color: rgb(22,59,175); }
td.TdClassName
{
border-color: #163BAF;
}
.TagClassName
{
border-color: #163BAF;
}
</style>