Shades of Egyptian Blue #1B3EAB
Tints of Egyptian Blue #1B3EAB
RGB
CMYK
RGB Variations
Color information
#1B3EAB (or 0x1B3EAB) is known color: Egyptian Blue. HEX triplet: 1B, 3E and AB. RGB value is (27,62,171). Sum of RGB (Red+Green+Blue) = 27+62+171=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B3EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3EAB is #E4C154. Grayscale: #3F3F3F. Windows color (decimal): -14991701 or 11222555. OLE color: 11222555.
HSL color Cylindrical-coordinate representation of color #1B3EAB: hue angle of 225.42º 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 #1B3EAB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 62 | 171 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.33 |
| HSL | 225.42º | 0.73% | 0.39% | - |
| HSV(B) | 225.42º | 0.84% | 0.67% | - |
| XYZ | 9.53 | 6.62 | 39.3 | - |
| YUV | 63.96 | 188.4 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 171 | 0.84 | 0.64 | 0 | 0.33 | 225.42 | 0.73 | 0.39 |
| Hex | 1B | 3E | AB | 54 | 40 | 0 | 21 | E1 | 49 | 27 |
| Octal | 33 | 76 | 253 | 124 | 100 | 0 | 41 | 341 | 111 | 47 |
| Binary | 11011 | 111110 | 10101011 | 1010100 | 1000000 | 0 | 100001 | 11100001 | 1001001 | 100111 |
Color Harmonies of #1B3EAB
Complementary color
Monochromatic Colors of #1B3EAB
Black with #1B3EAB
Text Example
Text Example
White with #1B3EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3EAB; }
p { color: rgb(27,62,171); }
H1.HeaderClassName
{
color: #1B3EAB;
}
.AnyTagClassName
{
color: #1B3EAB;
}
</style>
background-color css
<style>
a { background-color: #1B3EAB; }
a { background-color: rgb(27,62,171); }
div.DivClassName
{
background-color: #1B3EAB;
}
.BgClassName
{
background-color: #1B3EAB;
}
</style>
border-color css
<style>
span { border-color: #1B3EAB; }
span { border-color: rgb(27,62,171); }
td.TdClassName
{
border-color: #1B3EAB;
}
.TagClassName
{
border-color: #1B3EAB;
}
</style>