Shades of Egyptian Blue #1B2999
Tints of Egyptian Blue #1B2999
RGB
CMYK
RGB Variations
Color information
#1B2999 (or 0x1B2999) is known color: Egyptian Blue. HEX triplet: 1B, 29 and 99. RGB value is (27,41,153). Sum of RGB (Red+Green+Blue) = 27+41+153=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B2999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2999 is #E4D666. Grayscale: #313131. Windows color (decimal): -14997095 or 10037531. OLE color: 10037531.
HSL color Cylindrical-coordinate representation of color #1B2999: hue angle of 233.33º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2999 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 41 | 153 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.4 |
| HSL | 233.33º | 0.7% | 0.35% | - |
| HSV(B) | 233.33º | 0.82% | 0.6% | - |
| XYZ | 6.99 | 4.12 | 30.56 | - |
| YUV | 49.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 153 | 0.82 | 0.73 | 0 | 0.4 | 233.33 | 0.7 | 0.35 |
| Hex | 1B | 29 | 99 | 52 | 49 | 0 | 28 | E9 | 46 | 23 |
| Octal | 33 | 51 | 231 | 122 | 111 | 0 | 50 | 351 | 106 | 43 |
| Binary | 11011 | 101001 | 10011001 | 1010010 | 1001001 | 0 | 101000 | 11101001 | 1000110 | 100011 |
Color Harmonies of #1B2999
Complementary color
Monochromatic Colors of #1B2999
Black with #1B2999
Text Example
Text Example
White with #1B2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2999; }
p { color: rgb(27,41,153); }
H1.HeaderClassName
{
color: #1B2999;
}
.AnyTagClassName
{
color: #1B2999;
}
</style>
background-color css
<style>
a { background-color: #1B2999; }
a { background-color: rgb(27,41,153); }
div.DivClassName
{
background-color: #1B2999;
}
.BgClassName
{
background-color: #1B2999;
}
</style>
border-color css
<style>
span { border-color: #1B2999; }
span { border-color: rgb(27,41,153); }
td.TdClassName
{
border-color: #1B2999;
}
.TagClassName
{
border-color: #1B2999;
}
</style>