Shades of Egyptian Blue #1A289E
Tints of Egyptian Blue #1A289E
RGB
CMYK
RGB Variations
Color information
#1A289E (or 0x1A289E) is known color: Egyptian Blue. HEX triplet: 1A, 28 and 9E. RGB value is (26,40,158). Sum of RGB (Red+Green+Blue) = 26+40+158=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A289E is #E5D761. Grayscale: #303030. Windows color (decimal): -15062882 or 10364954. OLE color: 10364954.
HSL color Cylindrical-coordinate representation of color #1A289E: hue angle of 233.64º 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 #1A289E is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 40 | 158 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.38 |
| HSL | 233.64º | 0.72% | 0.36% | - |
| HSV(B) | 233.64º | 0.84% | 0.62% | - |
| XYZ | 7.36 | 4.21 | 32.77 | - |
| YUV | 49.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 158 | 0.84 | 0.75 | 0 | 0.38 | 233.64 | 0.72 | 0.36 |
| Hex | 1A | 28 | 9E | 54 | 4B | 0 | 26 | EA | 48 | 24 |
| Octal | 32 | 50 | 236 | 124 | 113 | 0 | 46 | 352 | 110 | 44 |
| Binary | 11010 | 101000 | 10011110 | 1010100 | 1001011 | 0 | 100110 | 11101010 | 1001000 | 100100 |
Color Harmonies of #1A289E
Complementary color
Monochromatic Colors of #1A289E
Black with #1A289E
Text Example
Text Example
White with #1A289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A289E; }
p { color: rgb(26,40,158); }
H1.HeaderClassName
{
color: #1A289E;
}
.AnyTagClassName
{
color: #1A289E;
}
</style>
background-color css
<style>
a { background-color: #1A289E; }
a { background-color: rgb(26,40,158); }
div.DivClassName
{
background-color: #1A289E;
}
.BgClassName
{
background-color: #1A289E;
}
</style>
border-color css
<style>
span { border-color: #1A289E; }
span { border-color: rgb(26,40,158); }
td.TdClassName
{
border-color: #1A289E;
}
.TagClassName
{
border-color: #1A289E;
}
</style>