Shades of Egyptian Blue #1B288D
Tints of Egyptian Blue #1B288D
RGB
CMYK
RGB Variations
Color information
#1B288D (or 0x1B288D) is known color: Egyptian Blue. HEX triplet: 1B, 28 and 8D. RGB value is (27,40,141). Sum of RGB (Red+Green+Blue) = 27+40+141=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B288D is #E4D772. Grayscale: #2F2F2F. Windows color (decimal): -14997363 or 9250843. OLE color: 9250843.
HSL color Cylindrical-coordinate representation of color #1B288D: hue angle of 233.16º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B288D is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 40 | 141 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.45 |
| HSL | 233.16º | 0.68% | 0.33% | - |
| HSV(B) | 233.16º | 0.81% | 0.55% | - |
| XYZ | 6.02 | 3.67 | 25.59 | - |
| YUV | 47.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 141 | 0.81 | 0.72 | 0 | 0.45 | 233.16 | 0.68 | 0.33 |
| Hex | 1B | 28 | 8D | 51 | 48 | 0 | 2D | E9 | 44 | 21 |
| Octal | 33 | 50 | 215 | 121 | 110 | 0 | 55 | 351 | 104 | 41 |
| Binary | 11011 | 101000 | 10001101 | 1010001 | 1001000 | 0 | 101101 | 11101001 | 1000100 | 100001 |
Color Harmonies of #1B288D
Complementary color
Monochromatic Colors of #1B288D
Black with #1B288D
Text Example
Text Example
White with #1B288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B288D; }
p { color: rgb(27,40,141); }
H1.HeaderClassName
{
color: #1B288D;
}
.AnyTagClassName
{
color: #1B288D;
}
</style>
background-color css
<style>
a { background-color: #1B288D; }
a { background-color: rgb(27,40,141); }
div.DivClassName
{
background-color: #1B288D;
}
.BgClassName
{
background-color: #1B288D;
}
</style>
border-color css
<style>
span { border-color: #1B288D; }
span { border-color: rgb(27,40,141); }
td.TdClassName
{
border-color: #1B288D;
}
.TagClassName
{
border-color: #1B288D;
}
</style>