Shades of Egyptian Blue #1B2F99
Tints of Egyptian Blue #1B2F99
RGB
CMYK
RGB Variations
Color information
#1B2F99 (or 0x1B2F99) is known color: Egyptian Blue. HEX triplet: 1B, 2F and 99. RGB value is (27,47,153). Sum of RGB (Red+Green+Blue) = 27+47+153=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B2F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2F99 is #E4D066. Grayscale: #343434. Windows color (decimal): -14995559 or 10039067. OLE color: 10039067.
HSL color Cylindrical-coordinate representation of color #1B2F99: hue angle of 230.48º 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 #1B2F99 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 47 | 153 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.4 |
| HSL | 230.48º | 0.7% | 0.35% | - |
| HSV(B) | 230.48º | 0.82% | 0.6% | - |
| XYZ | 7.22 | 4.57 | 30.64 | - |
| YUV | 53.1 | 184.37 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 153 | 0.82 | 0.69 | 0 | 0.4 | 230.48 | 0.7 | 0.35 |
| Hex | 1B | 2F | 99 | 52 | 45 | 0 | 28 | E6 | 46 | 23 |
| Octal | 33 | 57 | 231 | 122 | 105 | 0 | 50 | 346 | 106 | 43 |
| Binary | 11011 | 101111 | 10011001 | 1010010 | 1000101 | 0 | 101000 | 11100110 | 1000110 | 100011 |
Color Harmonies of #1B2F99
Complementary color
Monochromatic Colors of #1B2F99
Black with #1B2F99
Text Example
Text Example
White with #1B2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F99; }
p { color: rgb(27,47,153); }
H1.HeaderClassName
{
color: #1B2F99;
}
.AnyTagClassName
{
color: #1B2F99;
}
</style>
background-color css
<style>
a { background-color: #1B2F99; }
a { background-color: rgb(27,47,153); }
div.DivClassName
{
background-color: #1B2F99;
}
.BgClassName
{
background-color: #1B2F99;
}
</style>
border-color css
<style>
span { border-color: #1B2F99; }
span { border-color: rgb(27,47,153); }
td.TdClassName
{
border-color: #1B2F99;
}
.TagClassName
{
border-color: #1B2F99;
}
</style>