Shades of Egyptian Blue #1A459F
Tints of Egyptian Blue #1A459F
RGB
CMYK
RGB Variations
Color information
#1A459F (or 0x1A459F) is known color: Egyptian Blue. HEX triplet: 1A, 45 and 9F. RGB value is (26,69,159). Sum of RGB (Red+Green+Blue) = 26+69+159=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A459F is #E5BA60. Grayscale: #424242. Windows color (decimal): -15055457 or 10437914. OLE color: 10437914.
HSL color Cylindrical-coordinate representation of color #1A459F: hue angle of 220.6º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A459F is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 69 | 159 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.38 |
| HSL | 220.6º | 0.72% | 0.36% | - |
| HSV(B) | 220.6º | 0.84% | 0.62% | - |
| XYZ | 8.81 | 6.98 | 33.68 | - |
| YUV | 66.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 159 | 0.84 | 0.57 | 0 | 0.38 | 220.6 | 0.72 | 0.36 |
| Hex | 1A | 45 | 9F | 54 | 39 | 0 | 26 | DD | 48 | 24 |
| Octal | 32 | 105 | 237 | 124 | 71 | 0 | 46 | 335 | 110 | 44 |
| Binary | 11010 | 1000101 | 10011111 | 1010100 | 111001 | 0 | 100110 | 11011101 | 1001000 | 100100 |
Color Harmonies of #1A459F
Complementary color
Monochromatic Colors of #1A459F
Black with #1A459F
Text Example
Text Example
White with #1A459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A459F; }
p { color: rgb(26,69,159); }
H1.HeaderClassName
{
color: #1A459F;
}
.AnyTagClassName
{
color: #1A459F;
}
</style>
background-color css
<style>
a { background-color: #1A459F; }
a { background-color: rgb(26,69,159); }
div.DivClassName
{
background-color: #1A459F;
}
.BgClassName
{
background-color: #1A459F;
}
</style>
border-color css
<style>
span { border-color: #1A459F; }
span { border-color: rgb(26,69,159); }
td.TdClassName
{
border-color: #1A459F;
}
.TagClassName
{
border-color: #1A459F;
}
</style>