Shades of Egyptian Blue #1B2B9D
Tints of Egyptian Blue #1B2B9D
RGB
CMYK
RGB Variations
Color information
#1B2B9D (or 0x1B2B9D) is known color: Egyptian Blue. HEX triplet: 1B, 2B and 9D. RGB value is (27,43,157). Sum of RGB (Red+Green+Blue) = 27+43+157=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B2B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2B9D is #E4D462. Grayscale: #323232. Windows color (decimal): -14996579 or 10300187. OLE color: 10300187.
HSL color Cylindrical-coordinate representation of color #1B2B9D: hue angle of 232.62º 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 #1B2B9D is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 43 | 157 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.38 |
| HSL | 232.62º | 0.71% | 0.36% | - |
| HSV(B) | 232.62º | 0.83% | 0.62% | - |
| XYZ | 7.4 | 4.4 | 32.36 | - |
| YUV | 51.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 157 | 0.83 | 0.73 | 0 | 0.38 | 232.62 | 0.71 | 0.36 |
| Hex | 1B | 2B | 9D | 53 | 49 | 0 | 26 | E9 | 47 | 24 |
| Octal | 33 | 53 | 235 | 123 | 111 | 0 | 46 | 351 | 107 | 44 |
| Binary | 11011 | 101011 | 10011101 | 1010011 | 1001001 | 0 | 100110 | 11101001 | 1000111 | 100100 |
Color Harmonies of #1B2B9D
Complementary color
Monochromatic Colors of #1B2B9D
Black with #1B2B9D
Text Example
Text Example
White with #1B2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2B9D; }
p { color: rgb(27,43,157); }
H1.HeaderClassName
{
color: #1B2B9D;
}
.AnyTagClassName
{
color: #1B2B9D;
}
</style>
background-color css
<style>
a { background-color: #1B2B9D; }
a { background-color: rgb(27,43,157); }
div.DivClassName
{
background-color: #1B2B9D;
}
.BgClassName
{
background-color: #1B2B9D;
}
</style>
border-color css
<style>
span { border-color: #1B2B9D; }
span { border-color: rgb(27,43,157); }
td.TdClassName
{
border-color: #1B2B9D;
}
.TagClassName
{
border-color: #1B2B9D;
}
</style>