Shades of Egyptian Blue #1B21AC
Tints of Egyptian Blue #1B21AC
RGB
CMYK
RGB Variations
Color information
#1B21AC (or 0x1B21AC) is known color: Egyptian Blue. HEX triplet: 1B, 21 and AC. RGB value is (27,33,172). Sum of RGB (Red+Green+Blue) = 27+33+172=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B21AC is #E4DE53. Grayscale: #2E2E2E. Windows color (decimal): -14999124 or 11280667. OLE color: 11280667.
HSL color Cylindrical-coordinate representation of color #1B21AC: hue angle of 237.52º 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 #1B21AC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 33 | 172 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.33 |
| HSL | 237.52º | 0.73% | 0.39% | - |
| HSV(B) | 237.52º | 0.84% | 0.67% | - |
| XYZ | 8.44 | 4.3 | 39.41 | - |
| YUV | 47.05 | 198.51 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 33 | 172 | 0.84 | 0.81 | 0 | 0.33 | 237.52 | 0.73 | 0.39 |
| Hex | 1B | 21 | AC | 54 | 51 | 0 | 21 | EE | 49 | 27 |
| Octal | 33 | 41 | 254 | 124 | 121 | 0 | 41 | 356 | 111 | 47 |
| Binary | 11011 | 100001 | 10101100 | 1010100 | 1010001 | 0 | 100001 | 11101110 | 1001001 | 100111 |
Color Harmonies of #1B21AC
Complementary color
Monochromatic Colors of #1B21AC
Black with #1B21AC
Text Example
Text Example
White with #1B21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B21AC; }
p { color: rgb(27,33,172); }
H1.HeaderClassName
{
color: #1B21AC;
}
.AnyTagClassName
{
color: #1B21AC;
}
</style>
background-color css
<style>
a { background-color: #1B21AC; }
a { background-color: rgb(27,33,172); }
div.DivClassName
{
background-color: #1B21AC;
}
.BgClassName
{
background-color: #1B21AC;
}
</style>
border-color css
<style>
span { border-color: #1B21AC; }
span { border-color: rgb(27,33,172); }
td.TdClassName
{
border-color: #1B21AC;
}
.TagClassName
{
border-color: #1B21AC;
}
</style>