Shades of Egyptian Blue #1B2CAC
Tints of Egyptian Blue #1B2CAC
RGB
CMYK
RGB Variations
Color information
#1B2CAC (or 0x1B2CAC) is known color: Egyptian Blue. HEX triplet: 1B, 2C and AC. RGB value is (27,44,172). Sum of RGB (Red+Green+Blue) = 27+44+172=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B2CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2CAC is #E4D353. Grayscale: #343434. Windows color (decimal): -14996308 or 11283483. OLE color: 11283483.
HSL color Cylindrical-coordinate representation of color #1B2CAC: hue angle of 232.97º 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 #1B2CAC is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 44 | 172 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.33 |
| HSL | 232.97º | 0.73% | 0.39% | - |
| HSV(B) | 232.97º | 0.84% | 0.67% | - |
| XYZ | 8.8 | 5.01 | 39.53 | - |
| YUV | 53.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 172 | 0.84 | 0.74 | 0 | 0.33 | 232.97 | 0.73 | 0.39 |
| Hex | 1B | 2C | AC | 54 | 4A | 0 | 21 | E9 | 49 | 27 |
| Octal | 33 | 54 | 254 | 124 | 112 | 0 | 41 | 351 | 111 | 47 |
| Binary | 11011 | 101100 | 10101100 | 1010100 | 1001010 | 0 | 100001 | 11101001 | 1001001 | 100111 |
Color Harmonies of #1B2CAC
Complementary color
Monochromatic Colors of #1B2CAC
Black with #1B2CAC
Text Example
Text Example
White with #1B2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2CAC; }
p { color: rgb(27,44,172); }
H1.HeaderClassName
{
color: #1B2CAC;
}
.AnyTagClassName
{
color: #1B2CAC;
}
</style>
background-color css
<style>
a { background-color: #1B2CAC; }
a { background-color: rgb(27,44,172); }
div.DivClassName
{
background-color: #1B2CAC;
}
.BgClassName
{
background-color: #1B2CAC;
}
</style>
border-color css
<style>
span { border-color: #1B2CAC; }
span { border-color: rgb(27,44,172); }
td.TdClassName
{
border-color: #1B2CAC;
}
.TagClassName
{
border-color: #1B2CAC;
}
</style>