Shades of Egyptian Blue #1A2FAC
Tints of Egyptian Blue #1A2FAC
RGB
CMYK
RGB Variations
Color information
#1A2FAC (or 0x1A2FAC) is known color: Egyptian Blue. HEX triplet: 1A, 2F and AC. RGB value is (26,47,172). Sum of RGB (Red+Green+Blue) = 26+47+172=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A2FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2FAC is #E5D053. Grayscale: #363636. Windows color (decimal): -15061076 or 11284250. OLE color: 11284250.
HSL color Cylindrical-coordinate representation of color #1A2FAC: hue angle of 231.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A2FAC is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 47 | 172 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.33 |
| HSL | 231.37º | 0.74% | 0.39% | - |
| HSV(B) | 231.37º | 0.85% | 0.67% | - |
| XYZ | 8.89 | 5.23 | 39.57 | - |
| YUV | 54.97 | 194.04 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 172 | 0.85 | 0.73 | 0 | 0.33 | 231.37 | 0.74 | 0.39 |
| Hex | 1A | 2F | AC | 55 | 49 | 0 | 21 | E7 | 4A | 27 |
| Octal | 32 | 57 | 254 | 125 | 111 | 0 | 41 | 347 | 112 | 47 |
| Binary | 11010 | 101111 | 10101100 | 1010101 | 1001001 | 0 | 100001 | 11100111 | 1001010 | 100111 |
Color Harmonies of #1A2FAC
Complementary color
Monochromatic Colors of #1A2FAC
Black with #1A2FAC
Text Example
Text Example
White with #1A2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2FAC; }
p { color: rgb(26,47,172); }
H1.HeaderClassName
{
color: #1A2FAC;
}
.AnyTagClassName
{
color: #1A2FAC;
}
</style>
background-color css
<style>
a { background-color: #1A2FAC; }
a { background-color: rgb(26,47,172); }
div.DivClassName
{
background-color: #1A2FAC;
}
.BgClassName
{
background-color: #1A2FAC;
}
</style>
border-color css
<style>
span { border-color: #1A2FAC; }
span { border-color: rgb(26,47,172); }
td.TdClassName
{
border-color: #1A2FAC;
}
.TagClassName
{
border-color: #1A2FAC;
}
</style>