Shades of Egyptian Blue #1B2C99
Tints of Egyptian Blue #1B2C99
RGB
CMYK
RGB Variations
Color information
#1B2C99 (or 0x1B2C99) is known color: Egyptian Blue. HEX triplet: 1B, 2C and 99. RGB value is (27,44,153). Sum of RGB (Red+Green+Blue) = 27+44+153=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B2C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2C99 is #E4D366. Grayscale: #323232. Windows color (decimal): -14996327 or 10038299. OLE color: 10038299.
HSL color Cylindrical-coordinate representation of color #1B2C99: hue angle of 231.9º 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 #1B2C99 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 44 | 153 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.4 |
| HSL | 231.9º | 0.7% | 0.35% | - |
| HSV(B) | 231.9º | 0.82% | 0.6% | - |
| XYZ | 7.1 | 4.33 | 30.6 | - |
| YUV | 51.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 153 | 0.82 | 0.71 | 0 | 0.4 | 231.9 | 0.7 | 0.35 |
| Hex | 1B | 2C | 99 | 52 | 47 | 0 | 28 | E8 | 46 | 23 |
| Octal | 33 | 54 | 231 | 122 | 107 | 0 | 50 | 350 | 106 | 43 |
| Binary | 11011 | 101100 | 10011001 | 1010010 | 1000111 | 0 | 101000 | 11101000 | 1000110 | 100011 |
Color Harmonies of #1B2C99
Complementary color
Monochromatic Colors of #1B2C99
Black with #1B2C99
Text Example
Text Example
White with #1B2C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C99; }
p { color: rgb(27,44,153); }
H1.HeaderClassName
{
color: #1B2C99;
}
.AnyTagClassName
{
color: #1B2C99;
}
</style>
background-color css
<style>
a { background-color: #1B2C99; }
a { background-color: rgb(27,44,153); }
div.DivClassName
{
background-color: #1B2C99;
}
.BgClassName
{
background-color: #1B2C99;
}
</style>
border-color css
<style>
span { border-color: #1B2C99; }
span { border-color: rgb(27,44,153); }
td.TdClassName
{
border-color: #1B2C99;
}
.TagClassName
{
border-color: #1B2C99;
}
</style>