Shades of Egyptian Blue #1A3D98
Tints of Egyptian Blue #1A3D98
RGB
CMYK
RGB Variations
Color information
#1A3D98 (or 0x1A3D98) is known color: Egyptian Blue. HEX triplet: 1A, 3D and 98. RGB value is (26,61,152). Sum of RGB (Red+Green+Blue) = 26+61+152=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A3D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3D98 is #E5C267. Grayscale: #3C3C3C. Windows color (decimal): -15057512 or 9977114. OLE color: 9977114.
HSL color Cylindrical-coordinate representation of color #1A3D98: hue angle of 223.33º 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 #1A3D98 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 61 | 152 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.40 |
| HSL | 223.33º | 0.71% | 0.35% | - |
| HSV(B) | 223.33º | 0.83% | 0.6% | - |
| XYZ | 7.76 | 5.82 | 30.42 | - |
| YUV | 60.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 152 | 0.83 | 0.60 | 0 | 0.40 | 223.33 | 0.71 | 0.35 |
| Hex | 1A | 3D | 98 | 53 | 3C | 0 | 28 | DF | 47 | 23 |
| Octal | 32 | 75 | 230 | 123 | 74 | 0 | 50 | 337 | 107 | 43 |
| Binary | 11010 | 111101 | 10011000 | 1010011 | 111100 | 0 | 101000 | 11011111 | 1000111 | 100011 |
Color Harmonies of #1A3D98
Complementary color
Monochromatic Colors of #1A3D98
Black with #1A3D98
Text Example
Text Example
White with #1A3D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3D98; }
p { color: rgb(26,61,152); }
H1.HeaderClassName
{
color: #1A3D98;
}
.AnyTagClassName
{
color: #1A3D98;
}
</style>
background-color css
<style>
a { background-color: #1A3D98; }
a { background-color: rgb(26,61,152); }
div.DivClassName
{
background-color: #1A3D98;
}
.BgClassName
{
background-color: #1A3D98;
}
</style>
border-color css
<style>
span { border-color: #1A3D98; }
span { border-color: rgb(26,61,152); }
td.TdClassName
{
border-color: #1A3D98;
}
.TagClassName
{
border-color: #1A3D98;
}
</style>