Shades of Egyptian Blue #1B1FA9
Tints of Egyptian Blue #1B1FA9
RGB
CMYK
RGB Variations
Color information
#1B1FA9 (or 0x1B1FA9) is known color: Egyptian Blue. HEX triplet: 1B, 1F and A9. RGB value is (27,31,169). Sum of RGB (Red+Green+Blue) = 27+31+169=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 169 (66.41% from 255 or 74.45% from 227); Max value from RGB is 169 - color contains mainly: blue. Hex color #1B1FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1FA9 is #E4E056. Grayscale: #2C2C2C. Windows color (decimal): -14999639 or 11083547. OLE color: 11083547.
HSL color Cylindrical-coordinate representation of color #1B1FA9: hue angle of 238.31º 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 #1B1FA9 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 31 | 169 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.34 |
| HSL | 238.31º | 0.72% | 0.38% | - |
| HSV(B) | 238.31º | 0.84% | 0.66% | - |
| XYZ | 8.1 | 4.08 | 37.9 | - |
| YUV | 45.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 169 | 0.84 | 0.82 | 0 | 0.34 | 238.31 | 0.72 | 0.38 |
| Hex | 1B | 1F | A9 | 54 | 52 | 0 | 22 | EE | 48 | 26 |
| Octal | 33 | 37 | 251 | 124 | 122 | 0 | 42 | 356 | 110 | 46 |
| Binary | 11011 | 11111 | 10101001 | 1010100 | 1010010 | 0 | 100010 | 11101110 | 1001000 | 100110 |
Color Harmonies of #1B1FA9
Complementary color
Monochromatic Colors of #1B1FA9
Black with #1B1FA9
Text Example
Text Example
White with #1B1FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1FA9; }
p { color: rgb(27,31,169); }
H1.HeaderClassName
{
color: #1B1FA9;
}
.AnyTagClassName
{
color: #1B1FA9;
}
</style>
background-color css
<style>
a { background-color: #1B1FA9; }
a { background-color: rgb(27,31,169); }
div.DivClassName
{
background-color: #1B1FA9;
}
.BgClassName
{
background-color: #1B1FA9;
}
</style>
border-color css
<style>
span { border-color: #1B1FA9; }
span { border-color: rgb(27,31,169); }
td.TdClassName
{
border-color: #1B1FA9;
}
.TagClassName
{
border-color: #1B1FA9;
}
</style>