Shades of Egyptian Blue #1B2AAB
Tints of Egyptian Blue #1B2AAB
RGB
CMYK
RGB Variations
Color information
#1B2AAB (or 0x1B2AAB) is known color: Egyptian Blue. HEX triplet: 1B, 2A and AB. RGB value is (27,42,171). Sum of RGB (Red+Green+Blue) = 27+42+171=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B2AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2AAB is #E4D554. Grayscale: #333333. Windows color (decimal): -14996821 or 11217435. OLE color: 11217435.
HSL color Cylindrical-coordinate representation of color #1B2AAB: hue angle of 233.75º 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 #1B2AAB is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 42 | 171 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.33 |
| HSL | 233.75º | 0.73% | 0.39% | - |
| HSV(B) | 233.75º | 0.84% | 0.67% | - |
| XYZ | 8.63 | 4.83 | 39.01 | - |
| YUV | 52.22 | 195.03 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 171 | 0.84 | 0.75 | 0 | 0.33 | 233.75 | 0.73 | 0.39 |
| Hex | 1B | 2A | AB | 54 | 4B | 0 | 21 | EA | 49 | 27 |
| Octal | 33 | 52 | 253 | 124 | 113 | 0 | 41 | 352 | 111 | 47 |
| Binary | 11011 | 101010 | 10101011 | 1010100 | 1001011 | 0 | 100001 | 11101010 | 1001001 | 100111 |
Color Harmonies of #1B2AAB
Complementary color
Monochromatic Colors of #1B2AAB
Black with #1B2AAB
Text Example
Text Example
White with #1B2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2AAB; }
p { color: rgb(27,42,171); }
H1.HeaderClassName
{
color: #1B2AAB;
}
.AnyTagClassName
{
color: #1B2AAB;
}
</style>
background-color css
<style>
a { background-color: #1B2AAB; }
a { background-color: rgb(27,42,171); }
div.DivClassName
{
background-color: #1B2AAB;
}
.BgClassName
{
background-color: #1B2AAB;
}
</style>
border-color css
<style>
span { border-color: #1B2AAB; }
span { border-color: rgb(27,42,171); }
td.TdClassName
{
border-color: #1B2AAB;
}
.TagClassName
{
border-color: #1B2AAB;
}
</style>