Shades of Egyptian Blue #1B3AA9
Tints of Egyptian Blue #1B3AA9
RGB
CMYK
RGB Variations
Color information
#1B3AA9 (or 0x1B3AA9) is known color: Egyptian Blue. HEX triplet: 1B, 3A and A9. RGB value is (27,58,169). Sum of RGB (Red+Green+Blue) = 27+58+169=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 169 (66.41% from 255 or 66.54% from 254); Max value from RGB is 169 - color contains mainly: blue. Hex color #1B3AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3AA9 is #E4C556. Grayscale: #3C3C3C. Windows color (decimal): -14992727 or 11090459. OLE color: 11090459.
HSL color Cylindrical-coordinate representation of color #1B3AA9: hue angle of 226.9º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B3AA9 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 58 | 169 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.34 |
| HSL | 226.9º | 0.72% | 0.38% | - |
| HSV(B) | 226.9º | 0.84% | 0.66% | - |
| XYZ | 9.13 | 6.12 | 38.24 | - |
| YUV | 61.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 169 | 0.84 | 0.66 | 0 | 0.34 | 226.9 | 0.72 | 0.38 |
| Hex | 1B | 3A | A9 | 54 | 42 | 0 | 22 | E3 | 48 | 26 |
| Octal | 33 | 72 | 251 | 124 | 102 | 0 | 42 | 343 | 110 | 46 |
| Binary | 11011 | 111010 | 10101001 | 1010100 | 1000010 | 0 | 100010 | 11100011 | 1001000 | 100110 |
Color Harmonies of #1B3AA9
Complementary color
Monochromatic Colors of #1B3AA9
Black with #1B3AA9
Text Example
Text Example
White with #1B3AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3AA9; }
p { color: rgb(27,58,169); }
H1.HeaderClassName
{
color: #1B3AA9;
}
.AnyTagClassName
{
color: #1B3AA9;
}
</style>
background-color css
<style>
a { background-color: #1B3AA9; }
a { background-color: rgb(27,58,169); }
div.DivClassName
{
background-color: #1B3AA9;
}
.BgClassName
{
background-color: #1B3AA9;
}
</style>
border-color css
<style>
span { border-color: #1B3AA9; }
span { border-color: rgb(27,58,169); }
td.TdClassName
{
border-color: #1B3AA9;
}
.TagClassName
{
border-color: #1B3AA9;
}
</style>