Shades of Egyptian Blue #1A35AB
Tints of Egyptian Blue #1A35AB
RGB
CMYK
RGB Variations
Color information
#1A35AB (or 0x1A35AB) is known color: Egyptian Blue. HEX triplet: 1A, 35 and AB. RGB value is (26,53,171). Sum of RGB (Red+Green+Blue) = 26+53+171=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A35AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A35AB is #E5CA54. Grayscale: #393939. Windows color (decimal): -15059541 or 11220250. OLE color: 11220250.
HSL color Cylindrical-coordinate representation of color #1A35AB: hue angle of 228.83º 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 #1A35AB is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 53 | 171 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.33 |
| HSL | 228.83º | 0.74% | 0.39% | - |
| HSV(B) | 228.83º | 0.85% | 0.67% | - |
| XYZ | 9.05 | 5.71 | 39.15 | - |
| YUV | 58.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 171 | 0.85 | 0.69 | 0 | 0.33 | 228.83 | 0.74 | 0.39 |
| Hex | 1A | 35 | AB | 55 | 45 | 0 | 21 | E5 | 4A | 27 |
| Octal | 32 | 65 | 253 | 125 | 105 | 0 | 41 | 345 | 112 | 47 |
| Binary | 11010 | 110101 | 10101011 | 1010101 | 1000101 | 0 | 100001 | 11100101 | 1001010 | 100111 |
Color Harmonies of #1A35AB
Complementary color
Monochromatic Colors of #1A35AB
Black with #1A35AB
Text Example
Text Example
White with #1A35AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A35AB; }
p { color: rgb(26,53,171); }
H1.HeaderClassName
{
color: #1A35AB;
}
.AnyTagClassName
{
color: #1A35AB;
}
</style>
background-color css
<style>
a { background-color: #1A35AB; }
a { background-color: rgb(26,53,171); }
div.DivClassName
{
background-color: #1A35AB;
}
.BgClassName
{
background-color: #1A35AB;
}
</style>
border-color css
<style>
span { border-color: #1A35AB; }
span { border-color: rgb(26,53,171); }
td.TdClassName
{
border-color: #1A35AB;
}
.TagClassName
{
border-color: #1A35AB;
}
</style>