Shades of Egyptian Blue #1A33A0
Tints of Egyptian Blue #1A33A0
RGB
CMYK
RGB Variations
Color information
#1A33A0 (or 0x1A33A0) is known color: Egyptian Blue. HEX triplet: 1A, 33 and A0. RGB value is (26,51,160). Sum of RGB (Red+Green+Blue) = 26+51+160=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 160 (62.89% from 255 or 67.51% from 237); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A33A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A33A0 is #E5CC5F. Grayscale: #373737. Windows color (decimal): -15060064 or 10498842. OLE color: 10498842.
HSL color Cylindrical-coordinate representation of color #1A33A0: hue angle of 228.81º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A33A0 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 51 | 160 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.37 |
| HSL | 228.81º | 0.72% | 0.36% | - |
| HSV(B) | 228.81º | 0.84% | 0.63% | - |
| XYZ | 7.95 | 5.13 | 33.83 | - |
| YUV | 55.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 160 | 0.84 | 0.68 | 0 | 0.37 | 228.81 | 0.72 | 0.36 |
| Hex | 1A | 33 | A0 | 54 | 44 | 0 | 25 | E5 | 48 | 24 |
| Octal | 32 | 63 | 240 | 124 | 104 | 0 | 45 | 345 | 110 | 44 |
| Binary | 11010 | 110011 | 10100000 | 1010100 | 1000100 | 0 | 100101 | 11100101 | 1001000 | 100100 |
Color Harmonies of #1A33A0
Complementary color
Monochromatic Colors of #1A33A0
Black with #1A33A0
Text Example
Text Example
White with #1A33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A33A0; }
p { color: rgb(26,51,160); }
H1.HeaderClassName
{
color: #1A33A0;
}
.AnyTagClassName
{
color: #1A33A0;
}
</style>
background-color css
<style>
a { background-color: #1A33A0; }
a { background-color: rgb(26,51,160); }
div.DivClassName
{
background-color: #1A33A0;
}
.BgClassName
{
background-color: #1A33A0;
}
</style>
border-color css
<style>
span { border-color: #1A33A0; }
span { border-color: rgb(26,51,160); }
td.TdClassName
{
border-color: #1A33A0;
}
.TagClassName
{
border-color: #1A33A0;
}
</style>