Shades of Egyptian Blue #1A3F9B
Tints of Egyptian Blue #1A3F9B
RGB
CMYK
RGB Variations
Color information
#1A3F9B (or 0x1A3F9B) is known color: Egyptian Blue. HEX triplet: 1A, 3F and 9B. RGB value is (26,63,155). Sum of RGB (Red+Green+Blue) = 26+63+155=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A3F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3F9B is #E5C064. Grayscale: #3E3E3E. Windows color (decimal): -15056997 or 10174234. OLE color: 10174234.
HSL color Cylindrical-coordinate representation of color #1A3F9B: hue angle of 222.79º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A3F9B is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 63 | 155 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.39 |
| HSL | 222.79º | 0.71% | 0.35% | - |
| HSV(B) | 222.79º | 0.83% | 0.61% | - |
| XYZ | 8.12 | 6.14 | 31.77 | - |
| YUV | 62.43 | 180.24 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 63 | 155 | 0.83 | 0.59 | 0 | 0.39 | 222.79 | 0.71 | 0.35 |
| Hex | 1A | 3F | 9B | 53 | 3B | 0 | 27 | DF | 47 | 23 |
| Octal | 32 | 77 | 233 | 123 | 73 | 0 | 47 | 337 | 107 | 43 |
| Binary | 11010 | 111111 | 10011011 | 1010011 | 111011 | 0 | 100111 | 11011111 | 1000111 | 100011 |
Color Harmonies of #1A3F9B
Complementary color
Monochromatic Colors of #1A3F9B
Black with #1A3F9B
Text Example
Text Example
White with #1A3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3F9B; }
p { color: rgb(26,63,155); }
H1.HeaderClassName
{
color: #1A3F9B;
}
.AnyTagClassName
{
color: #1A3F9B;
}
</style>
background-color css
<style>
a { background-color: #1A3F9B; }
a { background-color: rgb(26,63,155); }
div.DivClassName
{
background-color: #1A3F9B;
}
.BgClassName
{
background-color: #1A3F9B;
}
</style>
border-color css
<style>
span { border-color: #1A3F9B; }
span { border-color: rgb(26,63,155); }
td.TdClassName
{
border-color: #1A3F9B;
}
.TagClassName
{
border-color: #1A3F9B;
}
</style>