Shades of Egyptian Blue #1B2BAC
Tints of Egyptian Blue #1B2BAC
RGB
CMYK
RGB Variations
Color information
#1B2BAC (or 0x1B2BAC) is known color: Egyptian Blue. HEX triplet: 1B, 2B and AC. RGB value is (27,43,172). Sum of RGB (Red+Green+Blue) = 27+43+172=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B2BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2BAC is #E4D453. Grayscale: #343434. Windows color (decimal): -14996564 or 11283227. OLE color: 11283227.
HSL color Cylindrical-coordinate representation of color #1B2BAC: hue angle of 233.38º 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 #1B2BAC is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 43 | 172 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.33 |
| HSL | 233.38º | 0.73% | 0.39% | - |
| HSV(B) | 233.38º | 0.84% | 0.67% | - |
| XYZ | 8.76 | 4.94 | 39.52 | - |
| YUV | 52.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 172 | 0.84 | 0.75 | 0 | 0.33 | 233.38 | 0.73 | 0.39 |
| Hex | 1B | 2B | AC | 54 | 4B | 0 | 21 | E9 | 49 | 27 |
| Octal | 33 | 53 | 254 | 124 | 113 | 0 | 41 | 351 | 111 | 47 |
| Binary | 11011 | 101011 | 10101100 | 1010100 | 1001011 | 0 | 100001 | 11101001 | 1001001 | 100111 |
Color Harmonies of #1B2BAC
Complementary color
Monochromatic Colors of #1B2BAC
Black with #1B2BAC
Text Example
Text Example
White with #1B2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2BAC; }
p { color: rgb(27,43,172); }
H1.HeaderClassName
{
color: #1B2BAC;
}
.AnyTagClassName
{
color: #1B2BAC;
}
</style>
background-color css
<style>
a { background-color: #1B2BAC; }
a { background-color: rgb(27,43,172); }
div.DivClassName
{
background-color: #1B2BAC;
}
.BgClassName
{
background-color: #1B2BAC;
}
</style>
border-color css
<style>
span { border-color: #1B2BAC; }
span { border-color: rgb(27,43,172); }
td.TdClassName
{
border-color: #1B2BAC;
}
.TagClassName
{
border-color: #1B2BAC;
}
</style>