Shades of Egyptian Blue #1B2BAA
Tints of Egyptian Blue #1B2BAA
RGB
CMYK
RGB Variations
Color information
#1B2BAA (or 0x1B2BAA) is known color: Egyptian Blue. HEX triplet: 1B, 2B and AA. RGB value is (27,43,170). Sum of RGB (Red+Green+Blue) = 27+43+170=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B2BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2BAA is #E4D455. Grayscale: #343434. Windows color (decimal): -14996566 or 11152155. OLE color: 11152155.
HSL color Cylindrical-coordinate representation of color #1B2BAA: hue angle of 233.29º 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 #1B2BAA is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 43 | 170 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.33 |
| HSL | 233.29º | 0.73% | 0.39% | - |
| HSV(B) | 233.29º | 0.84% | 0.67% | - |
| XYZ | 8.57 | 4.86 | 38.52 | - |
| YUV | 52.69 | 194.2 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 170 | 0.84 | 0.75 | 0 | 0.33 | 233.29 | 0.73 | 0.39 |
| Hex | 1B | 2B | AA | 54 | 4B | 0 | 21 | E9 | 49 | 27 |
| Octal | 33 | 53 | 252 | 124 | 113 | 0 | 41 | 351 | 111 | 47 |
| Binary | 11011 | 101011 | 10101010 | 1010100 | 1001011 | 0 | 100001 | 11101001 | 1001001 | 100111 |
Color Harmonies of #1B2BAA
Complementary color
Monochromatic Colors of #1B2BAA
Black with #1B2BAA
Text Example
Text Example
White with #1B2BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2BAA; }
p { color: rgb(27,43,170); }
H1.HeaderClassName
{
color: #1B2BAA;
}
.AnyTagClassName
{
color: #1B2BAA;
}
</style>
background-color css
<style>
a { background-color: #1B2BAA; }
a { background-color: rgb(27,43,170); }
div.DivClassName
{
background-color: #1B2BAA;
}
.BgClassName
{
background-color: #1B2BAA;
}
</style>
border-color css
<style>
span { border-color: #1B2BAA; }
span { border-color: rgb(27,43,170); }
td.TdClassName
{
border-color: #1B2BAA;
}
.TagClassName
{
border-color: #1B2BAA;
}
</style>