Shades of Egyptian Blue #1B2E9E
Tints of Egyptian Blue #1B2E9E
RGB
CMYK
RGB Variations
Color information
#1B2E9E (or 0x1B2E9E) is known color: Egyptian Blue. HEX triplet: 1B, 2E and 9E. RGB value is (27,46,158). Sum of RGB (Red+Green+Blue) = 27+46+158=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B2E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2E9E is #E4D161. Grayscale: #343434. Windows color (decimal): -14995810 or 10366491. OLE color: 10366491.
HSL color Cylindrical-coordinate representation of color #1B2E9E: hue angle of 231.3º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B2E9E is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 46 | 158 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.38 |
| HSL | 231.3º | 0.71% | 0.36% | - |
| HSV(B) | 231.3º | 0.83% | 0.62% | - |
| XYZ | 7.6 | 4.66 | 32.85 | - |
| YUV | 53.09 | 187.21 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 158 | 0.83 | 0.71 | 0 | 0.38 | 231.3 | 0.71 | 0.36 |
| Hex | 1B | 2E | 9E | 53 | 47 | 0 | 26 | E7 | 47 | 24 |
| Octal | 33 | 56 | 236 | 123 | 107 | 0 | 46 | 347 | 107 | 44 |
| Binary | 11011 | 101110 | 10011110 | 1010011 | 1000111 | 0 | 100110 | 11100111 | 1000111 | 100100 |
Color Harmonies of #1B2E9E
Complementary color
Monochromatic Colors of #1B2E9E
Black with #1B2E9E
Text Example
Text Example
White with #1B2E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E9E; }
p { color: rgb(27,46,158); }
H1.HeaderClassName
{
color: #1B2E9E;
}
.AnyTagClassName
{
color: #1B2E9E;
}
</style>
background-color css
<style>
a { background-color: #1B2E9E; }
a { background-color: rgb(27,46,158); }
div.DivClassName
{
background-color: #1B2E9E;
}
.BgClassName
{
background-color: #1B2E9E;
}
</style>
border-color css
<style>
span { border-color: #1B2E9E; }
span { border-color: rgb(27,46,158); }
td.TdClassName
{
border-color: #1B2E9E;
}
.TagClassName
{
border-color: #1B2E9E;
}
</style>