Shades of Egyptian Blue #273099
Tints of Egyptian Blue #273099
RGB
CMYK
RGB Variations
Color information
#273099 (or 0x273099) is known color: Egyptian Blue. HEX triplet: 27, 30 and 99. RGB value is (39,48,153). Sum of RGB (Red+Green+Blue) = 39+48+153=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #273099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273099 is #D8CF66. Grayscale: #383838. Windows color (decimal): -14208871 or 10039335. OLE color: 10039335.
HSL color Cylindrical-coordinate representation of color #273099: hue angle of 235.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #273099 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 48 | 153 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.4 |
| HSL | 235.26º | 0.59% | 0.38% | - |
| HSV(B) | 235.26º | 0.75% | 0.6% | - |
| XYZ | 7.64 | 4.85 | 30.67 | - |
| YUV | 57.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 153 | 0.75 | 0.69 | 0 | 0.4 | 235.26 | 0.59 | 0.38 |
| Hex | 27 | 30 | 99 | 4B | 45 | 0 | 28 | EB | 3B | 26 |
| Octal | 47 | 60 | 231 | 113 | 105 | 0 | 50 | 353 | 73 | 46 |
| Binary | 100111 | 110000 | 10011001 | 1001011 | 1000101 | 0 | 101000 | 11101011 | 111011 | 100110 |
Color Harmonies of #273099
Complementary color
Monochromatic Colors of #273099
Black with #273099
Text Example
Text Example
White with #273099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273099; }
p { color: rgb(39,48,153); }
H1.HeaderClassName
{
color: #273099;
}
.AnyTagClassName
{
color: #273099;
}
</style>
background-color css
<style>
a { background-color: #273099; }
a { background-color: rgb(39,48,153); }
div.DivClassName
{
background-color: #273099;
}
.BgClassName
{
background-color: #273099;
}
</style>
border-color css
<style>
span { border-color: #273099; }
span { border-color: rgb(39,48,153); }
td.TdClassName
{
border-color: #273099;
}
.TagClassName
{
border-color: #273099;
}
</style>