Shades of Egyptian Blue #1A22AF
Tints of Egyptian Blue #1A22AF
RGB
CMYK
RGB Variations
Color information
#1A22AF (or 0x1A22AF) is known color: Egyptian Blue. HEX triplet: 1A, 22 and AF. RGB value is (26,34,175). Sum of RGB (Red+Green+Blue) = 26+34+175=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A22AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A22AF is #E5DD50. Grayscale: #2F2F2F. Windows color (decimal): -15064401 or 11477530. OLE color: 11477530.
HSL color Cylindrical-coordinate representation of color #1A22AF: hue angle of 236.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A22AF is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 34 | 175 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.31 |
| HSL | 236.78º | 0.74% | 0.39% | - |
| HSV(B) | 236.78º | 0.85% | 0.69% | - |
| XYZ | 8.74 | 4.46 | 40.96 | - |
| YUV | 47.68 | 199.85 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 175 | 0.85 | 0.81 | 0 | 0.31 | 236.78 | 0.74 | 0.39 |
| Hex | 1A | 22 | AF | 55 | 51 | 0 | 1F | ED | 4A | 27 |
| Octal | 32 | 42 | 257 | 125 | 121 | 0 | 37 | 355 | 112 | 47 |
| Binary | 11010 | 100010 | 10101111 | 1010101 | 1010001 | 0 | 11111 | 11101101 | 1001010 | 100111 |
Color Harmonies of #1A22AF
Complementary color
Monochromatic Colors of #1A22AF
Black with #1A22AF
Text Example
Text Example
White with #1A22AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A22AF; }
p { color: rgb(26,34,175); }
H1.HeaderClassName
{
color: #1A22AF;
}
.AnyTagClassName
{
color: #1A22AF;
}
</style>
background-color css
<style>
a { background-color: #1A22AF; }
a { background-color: rgb(26,34,175); }
div.DivClassName
{
background-color: #1A22AF;
}
.BgClassName
{
background-color: #1A22AF;
}
</style>
border-color css
<style>
span { border-color: #1A22AF; }
span { border-color: rgb(26,34,175); }
td.TdClassName
{
border-color: #1A22AF;
}
.TagClassName
{
border-color: #1A22AF;
}
</style>