Shades of Egyptian Blue #1A20AF
Tints of Egyptian Blue #1A20AF
RGB
CMYK
RGB Variations
Color information
#1A20AF (or 0x1A20AF) is known color: Egyptian Blue. HEX triplet: 1A, 20 and AF. RGB value is (26,32,175). Sum of RGB (Red+Green+Blue) = 26+32+175=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A20AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A20AF is #E5DF50. Grayscale: #2D2D2D. Windows color (decimal): -15064913 or 11477018. OLE color: 11477018.
HSL color Cylindrical-coordinate representation of color #1A20AF: hue angle of 237.58º 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 #1A20AF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 32 | 175 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.31 |
| HSL | 237.58º | 0.74% | 0.39% | - |
| HSV(B) | 237.58º | 0.85% | 0.69% | - |
| XYZ | 8.68 | 4.35 | 40.94 | - |
| YUV | 46.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 175 | 0.85 | 0.82 | 0 | 0.31 | 237.58 | 0.74 | 0.39 |
| Hex | 1A | 20 | AF | 55 | 52 | 0 | 1F | EE | 4A | 27 |
| Octal | 32 | 40 | 257 | 125 | 122 | 0 | 37 | 356 | 112 | 47 |
| Binary | 11010 | 100000 | 10101111 | 1010101 | 1010010 | 0 | 11111 | 11101110 | 1001010 | 100111 |
Color Harmonies of #1A20AF
Complementary color
Monochromatic Colors of #1A20AF
Black with #1A20AF
Text Example
Text Example
White with #1A20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A20AF; }
p { color: rgb(26,32,175); }
H1.HeaderClassName
{
color: #1A20AF;
}
.AnyTagClassName
{
color: #1A20AF;
}
</style>
background-color css
<style>
a { background-color: #1A20AF; }
a { background-color: rgb(26,32,175); }
div.DivClassName
{
background-color: #1A20AF;
}
.BgClassName
{
background-color: #1A20AF;
}
</style>
border-color css
<style>
span { border-color: #1A20AF; }
span { border-color: rgb(26,32,175); }
td.TdClassName
{
border-color: #1A20AF;
}
.TagClassName
{
border-color: #1A20AF;
}
</style>