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