Shades of Egyptian Blue #1A4098
Tints of Egyptian Blue #1A4098
RGB
CMYK
RGB Variations
Color information
#1A4098 (or 0x1A4098) is known color: Egyptian Blue. HEX triplet: 1A, 40 and 98. RGB value is (26,64,152). Sum of RGB (Red+Green+Blue) = 26+64+152=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A4098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4098 is #E5BF67. Grayscale: #3E3E3E. Windows color (decimal): -15056744 or 9977882. OLE color: 9977882.
HSL color Cylindrical-coordinate representation of color #1A4098: hue angle of 221.9º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A4098 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 64 | 152 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.40 |
| HSL | 221.9º | 0.71% | 0.35% | - |
| HSV(B) | 221.9º | 0.83% | 0.6% | - |
| XYZ | 7.93 | 6.15 | 30.48 | - |
| YUV | 62.67 | 178.41 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 152 | 0.83 | 0.58 | 0 | 0.40 | 221.9 | 0.71 | 0.35 |
| Hex | 1A | 40 | 98 | 53 | 3A | 0 | 28 | DE | 47 | 23 |
| Octal | 32 | 100 | 230 | 123 | 72 | 0 | 50 | 336 | 107 | 43 |
| Binary | 11010 | 1000000 | 10011000 | 1010011 | 111010 | 0 | 101000 | 11011110 | 1000111 | 100011 |
Color Harmonies of #1A4098
Complementary color
Monochromatic Colors of #1A4098
Black with #1A4098
Text Example
Text Example
White with #1A4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4098; }
p { color: rgb(26,64,152); }
H1.HeaderClassName
{
color: #1A4098;
}
.AnyTagClassName
{
color: #1A4098;
}
</style>
background-color css
<style>
a { background-color: #1A4098; }
a { background-color: rgb(26,64,152); }
div.DivClassName
{
background-color: #1A4098;
}
.BgClassName
{
background-color: #1A4098;
}
</style>
border-color css
<style>
span { border-color: #1A4098; }
span { border-color: rgb(26,64,152); }
td.TdClassName
{
border-color: #1A4098;
}
.TagClassName
{
border-color: #1A4098;
}
</style>