Shades of Egyptian Blue #1B2FAA
Tints of Egyptian Blue #1B2FAA
RGB
CMYK
RGB Variations
Color information
#1B2FAA (or 0x1B2FAA) is known color: Egyptian Blue. HEX triplet: 1B, 2F and AA. RGB value is (27,47,170). Sum of RGB (Red+Green+Blue) = 27+47+170=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B2FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2FAA is #E4D055. Grayscale: #363636. Windows color (decimal): -14995542 or 11153179. OLE color: 11153179.
HSL color Cylindrical-coordinate representation of color #1B2FAA: hue angle of 231.61º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B2FAA is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 47 | 170 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.33 |
| HSL | 231.61º | 0.73% | 0.39% | - |
| HSV(B) | 231.61º | 0.84% | 0.67% | - |
| XYZ | 8.72 | 5.17 | 38.57 | - |
| YUV | 55.04 | 192.87 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 170 | 0.84 | 0.72 | 0 | 0.33 | 231.61 | 0.73 | 0.39 |
| Hex | 1B | 2F | AA | 54 | 48 | 0 | 21 | E8 | 49 | 27 |
| Octal | 33 | 57 | 252 | 124 | 110 | 0 | 41 | 350 | 111 | 47 |
| Binary | 11011 | 101111 | 10101010 | 1010100 | 1001000 | 0 | 100001 | 11101000 | 1001001 | 100111 |
Color Harmonies of #1B2FAA
Complementary color
Monochromatic Colors of #1B2FAA
Black with #1B2FAA
Text Example
Text Example
White with #1B2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2FAA; }
p { color: rgb(27,47,170); }
H1.HeaderClassName
{
color: #1B2FAA;
}
.AnyTagClassName
{
color: #1B2FAA;
}
</style>
background-color css
<style>
a { background-color: #1B2FAA; }
a { background-color: rgb(27,47,170); }
div.DivClassName
{
background-color: #1B2FAA;
}
.BgClassName
{
background-color: #1B2FAA;
}
</style>
border-color css
<style>
span { border-color: #1B2FAA; }
span { border-color: rgb(27,47,170); }
td.TdClassName
{
border-color: #1B2FAA;
}
.TagClassName
{
border-color: #1B2FAA;
}
</style>