Shades of Egyptian Blue #1B2FA9
Tints of Egyptian Blue #1B2FA9
RGB
CMYK
RGB Variations
Color information
#1B2FA9 (or 0x1B2FA9) is known color: Egyptian Blue. HEX triplet: 1B, 2F and A9. RGB value is (27,47,169). Sum of RGB (Red+Green+Blue) = 27+47+169=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 169 (66.41% from 255 or 69.55% from 243); Max value from RGB is 169 - color contains mainly: blue. Hex color #1B2FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2FA9 is #E4D056. Grayscale: #363636. Windows color (decimal): -14995543 or 11087643. OLE color: 11087643.
HSL color Cylindrical-coordinate representation of color #1B2FA9: hue angle of 231.55º 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 #1B2FA9 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 47 | 169 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.34 |
| HSL | 231.55º | 0.72% | 0.38% | - |
| HSV(B) | 231.55º | 0.84% | 0.66% | - |
| XYZ | 8.63 | 5.13 | 38.07 | - |
| YUV | 54.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 169 | 0.84 | 0.72 | 0 | 0.34 | 231.55 | 0.72 | 0.38 |
| Hex | 1B | 2F | A9 | 54 | 48 | 0 | 22 | E8 | 48 | 26 |
| Octal | 33 | 57 | 251 | 124 | 110 | 0 | 42 | 350 | 110 | 46 |
| Binary | 11011 | 101111 | 10101001 | 1010100 | 1001000 | 0 | 100010 | 11101000 | 1001000 | 100110 |
Color Harmonies of #1B2FA9
Complementary color
Monochromatic Colors of #1B2FA9
Black with #1B2FA9
Text Example
Text Example
White with #1B2FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FA9; }
p { color: rgb(27,47,169); }
H1.HeaderClassName
{
color: #1B2FA9;
}
.AnyTagClassName
{
color: #1B2FA9;
}
</style>
background-color css
<style>
a { background-color: #1B2FA9; }
a { background-color: rgb(27,47,169); }
div.DivClassName
{
background-color: #1B2FA9;
}
.BgClassName
{
background-color: #1B2FA9;
}
</style>
border-color css
<style>
span { border-color: #1B2FA9; }
span { border-color: rgb(27,47,169); }
td.TdClassName
{
border-color: #1B2FA9;
}
.TagClassName
{
border-color: #1B2FA9;
}
</style>