Shades of Egyptian Blue #1B3E97
Tints of Egyptian Blue #1B3E97
RGB
CMYK
RGB Variations
Color information
#1B3E97 (or 0x1B3E97) is known color: Egyptian Blue. HEX triplet: 1B, 3E and 97. RGB value is (27,62,151). Sum of RGB (Red+Green+Blue) = 27+62+151=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #1B3E97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3E97 is #E4C168. Grayscale: #3D3D3D. Windows color (decimal): -14991721 or 9911835. OLE color: 9911835.
HSL color Cylindrical-coordinate representation of color #1B3E97: hue angle of 223.06º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B3E97 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 62 | 151 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.41 |
| HSL | 223.06º | 0.7% | 0.35% | - |
| HSV(B) | 223.06º | 0.82% | 0.59% | - |
| XYZ | 7.76 | 5.91 | 30.01 | - |
| YUV | 61.68 | 178.4 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 62 | 151 | 0.82 | 0.59 | 0 | 0.41 | 223.06 | 0.7 | 0.35 |
| Hex | 1B | 3E | 97 | 52 | 3B | 0 | 29 | DF | 46 | 23 |
| Octal | 33 | 76 | 227 | 122 | 73 | 0 | 51 | 337 | 106 | 43 |
| Binary | 11011 | 111110 | 10010111 | 1010010 | 111011 | 0 | 101001 | 11011111 | 1000110 | 100011 |
Color Harmonies of #1B3E97
Complementary color
Monochromatic Colors of #1B3E97
Black with #1B3E97
Text Example
Text Example
White with #1B3E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3E97; }
p { color: rgb(27,62,151); }
H1.HeaderClassName
{
color: #1B3E97;
}
.AnyTagClassName
{
color: #1B3E97;
}
</style>
background-color css
<style>
a { background-color: #1B3E97; }
a { background-color: rgb(27,62,151); }
div.DivClassName
{
background-color: #1B3E97;
}
.BgClassName
{
background-color: #1B3E97;
}
</style>
border-color css
<style>
span { border-color: #1B3E97; }
span { border-color: rgb(27,62,151); }
td.TdClassName
{
border-color: #1B3E97;
}
.TagClassName
{
border-color: #1B3E97;
}
</style>