Shades of Egyptian Blue #1B288C
Tints of Egyptian Blue #1B288C
RGB
CMYK
RGB Variations
Color information
#1B288C (or 0x1B288C) is known color: Egyptian Blue. HEX triplet: 1B, 28 and 8C. RGB value is (27,40,140). Sum of RGB (Red+Green+Blue) = 27+40+140=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B288C is #E4D773. Grayscale: #2F2F2F. Windows color (decimal): -14997364 or 9185307. OLE color: 9185307.
HSL color Cylindrical-coordinate representation of color #1B288C: hue angle of 233.1º 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 #1B288C is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 40 | 140 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.45 |
| HSL | 233.1º | 0.68% | 0.33% | - |
| HSV(B) | 233.1º | 0.81% | 0.55% | - |
| XYZ | 5.94 | 3.64 | 25.2 | - |
| YUV | 47.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 140 | 0.81 | 0.71 | 0 | 0.45 | 233.1 | 0.68 | 0.33 |
| Hex | 1B | 28 | 8C | 51 | 47 | 0 | 2D | E9 | 44 | 21 |
| Octal | 33 | 50 | 214 | 121 | 107 | 0 | 55 | 351 | 104 | 41 |
| Binary | 11011 | 101000 | 10001100 | 1010001 | 1000111 | 0 | 101101 | 11101001 | 1000100 | 100001 |
Color Harmonies of #1B288C
Complementary color
Monochromatic Colors of #1B288C
Black with #1B288C
Text Example
Text Example
White with #1B288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B288C; }
p { color: rgb(27,40,140); }
H1.HeaderClassName
{
color: #1B288C;
}
.AnyTagClassName
{
color: #1B288C;
}
</style>
background-color css
<style>
a { background-color: #1B288C; }
a { background-color: rgb(27,40,140); }
div.DivClassName
{
background-color: #1B288C;
}
.BgClassName
{
background-color: #1B288C;
}
</style>
border-color css
<style>
span { border-color: #1B288C; }
span { border-color: rgb(27,40,140); }
td.TdClassName
{
border-color: #1B288C;
}
.TagClassName
{
border-color: #1B288C;
}
</style>