Shades of Egyptian Blue #1625AB
Tints of Egyptian Blue #1625AB
RGB
CMYK
RGB Variations
Color information
#1625AB (or 0x1625AB) is known color: Egyptian Blue. HEX triplet: 16, 25 and AB. RGB value is (22,37,171). Sum of RGB (Red+Green+Blue) = 22+37+171=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #1625AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1625AB is #E9DA54. Grayscale: #2F2F2F. Windows color (decimal): -15325781 or 11216150. OLE color: 11216150.
HSL color Cylindrical-coordinate representation of color #1625AB: hue angle of 233.96º 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 #1625AB is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 37 | 171 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.33 |
| HSL | 233.96º | 0.77% | 0.38% | - |
| HSV(B) | 233.96º | 0.87% | 0.67% | - |
| XYZ | 8.34 | 4.43 | 38.94 | - |
| YUV | 47.79 | 197.53 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 171 | 0.87 | 0.78 | 0 | 0.33 | 233.96 | 0.77 | 0.38 |
| Hex | 16 | 25 | AB | 57 | 4E | 0 | 21 | EA | 4D | 26 |
| Octal | 26 | 45 | 253 | 127 | 116 | 0 | 41 | 352 | 115 | 46 |
| Binary | 10110 | 100101 | 10101011 | 1010111 | 1001110 | 0 | 100001 | 11101010 | 1001101 | 100110 |
Color Harmonies of #1625AB
Complementary color
Monochromatic Colors of #1625AB
Black with #1625AB
Text Example
Text Example
White with #1625AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1625AB; }
p { color: rgb(22,37,171); }
H1.HeaderClassName
{
color: #1625AB;
}
.AnyTagClassName
{
color: #1625AB;
}
</style>
background-color css
<style>
a { background-color: #1625AB; }
a { background-color: rgb(22,37,171); }
div.DivClassName
{
background-color: #1625AB;
}
.BgClassName
{
background-color: #1625AB;
}
</style>
border-color css
<style>
span { border-color: #1625AB; }
span { border-color: rgb(22,37,171); }
td.TdClassName
{
border-color: #1625AB;
}
.TagClassName
{
border-color: #1625AB;
}
</style>