Shades of Egyptian Blue #1B2DAB
Tints of Egyptian Blue #1B2DAB
RGB
CMYK
RGB Variations
Color information
#1B2DAB (or 0x1B2DAB) is known color: Egyptian Blue. HEX triplet: 1B, 2D and AB. RGB value is (27,45,171). Sum of RGB (Red+Green+Blue) = 27+45+171=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B2DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2DAB is #E4D254. Grayscale: #353535. Windows color (decimal): -14996053 or 11218203. OLE color: 11218203.
HSL color Cylindrical-coordinate representation of color #1B2DAB: hue angle of 232.5º 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 #1B2DAB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 45 | 171 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.33 |
| HSL | 232.5º | 0.73% | 0.39% | - |
| HSV(B) | 232.5º | 0.84% | 0.67% | - |
| XYZ | 8.74 | 5.05 | 39.04 | - |
| YUV | 53.98 | 194.04 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 171 | 0.84 | 0.74 | 0 | 0.33 | 232.5 | 0.73 | 0.39 |
| Hex | 1B | 2D | AB | 54 | 4A | 0 | 21 | E8 | 49 | 27 |
| Octal | 33 | 55 | 253 | 124 | 112 | 0 | 41 | 350 | 111 | 47 |
| Binary | 11011 | 101101 | 10101011 | 1010100 | 1001010 | 0 | 100001 | 11101000 | 1001001 | 100111 |
Color Harmonies of #1B2DAB
Complementary color
Monochromatic Colors of #1B2DAB
Black with #1B2DAB
Text Example
Text Example
White with #1B2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2DAB; }
p { color: rgb(27,45,171); }
H1.HeaderClassName
{
color: #1B2DAB;
}
.AnyTagClassName
{
color: #1B2DAB;
}
</style>
background-color css
<style>
a { background-color: #1B2DAB; }
a { background-color: rgb(27,45,171); }
div.DivClassName
{
background-color: #1B2DAB;
}
.BgClassName
{
background-color: #1B2DAB;
}
</style>
border-color css
<style>
span { border-color: #1B2DAB; }
span { border-color: rgb(27,45,171); }
td.TdClassName
{
border-color: #1B2DAB;
}
.TagClassName
{
border-color: #1B2DAB;
}
</style>