Shades of Egyptian Blue #1B3DAB
Tints of Egyptian Blue #1B3DAB
RGB
CMYK
RGB Variations
Color information
#1B3DAB (or 0x1B3DAB) is known color: Egyptian Blue. HEX triplet: 1B, 3D and AB. RGB value is (27,61,171). Sum of RGB (Red+Green+Blue) = 27+61+171=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3DAB is #E4C254. Grayscale: #3E3E3E. Windows color (decimal): -14991957 or 11222299. OLE color: 11222299.
HSL color Cylindrical-coordinate representation of color #1B3DAB: hue angle of 225.83º 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 #1B3DAB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 61 | 171 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.33 |
| HSL | 225.83º | 0.73% | 0.39% | - |
| HSV(B) | 225.83º | 0.84% | 0.67% | - |
| XYZ | 9.47 | 6.51 | 39.29 | - |
| YUV | 63.37 | 188.74 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 171 | 0.84 | 0.64 | 0 | 0.33 | 225.83 | 0.73 | 0.39 |
| Hex | 1B | 3D | AB | 54 | 40 | 0 | 21 | E2 | 49 | 27 |
| Octal | 33 | 75 | 253 | 124 | 100 | 0 | 41 | 342 | 111 | 47 |
| Binary | 11011 | 111101 | 10101011 | 1010100 | 1000000 | 0 | 100001 | 11100010 | 1001001 | 100111 |
Color Harmonies of #1B3DAB
Complementary color
Monochromatic Colors of #1B3DAB
Black with #1B3DAB
Text Example
Text Example
White with #1B3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3DAB; }
p { color: rgb(27,61,171); }
H1.HeaderClassName
{
color: #1B3DAB;
}
.AnyTagClassName
{
color: #1B3DAB;
}
</style>
background-color css
<style>
a { background-color: #1B3DAB; }
a { background-color: rgb(27,61,171); }
div.DivClassName
{
background-color: #1B3DAB;
}
.BgClassName
{
background-color: #1B3DAB;
}
</style>
border-color css
<style>
span { border-color: #1B3DAB; }
span { border-color: rgb(27,61,171); }
td.TdClassName
{
border-color: #1B3DAB;
}
.TagClassName
{
border-color: #1B3DAB;
}
</style>