Shades of Egyptian Blue #27409B
Tints of Egyptian Blue #27409B
RGB
CMYK
RGB Variations
Color information
#27409B (or 0x27409B) is known color: Egyptian Blue. HEX triplet: 27, 40 and 9B. RGB value is (39,64,155). Sum of RGB (Red+Green+Blue) = 39+64+155=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #27409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27409B is #D8BF64. Grayscale: #424242. Windows color (decimal): -14204773 or 10174503. OLE color: 10174503.
HSL color Cylindrical-coordinate representation of color #27409B: hue angle of 227.07º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27409B is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 64 | 155 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.39 |
| HSL | 227.07º | 0.6% | 0.38% | - |
| HSV(B) | 227.07º | 0.75% | 0.61% | - |
| XYZ | 8.59 | 6.46 | 31.81 | - |
| YUV | 66.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 155 | 0.75 | 0.59 | 0 | 0.39 | 227.07 | 0.6 | 0.38 |
| Hex | 27 | 40 | 9B | 4B | 3B | 0 | 27 | E3 | 3C | 26 |
| Octal | 47 | 100 | 233 | 113 | 73 | 0 | 47 | 343 | 74 | 46 |
| Binary | 100111 | 1000000 | 10011011 | 1001011 | 111011 | 0 | 100111 | 11100011 | 111100 | 100110 |
Color Harmonies of #27409B
Complementary color
Monochromatic Colors of #27409B
Black with #27409B
Text Example
Text Example
White with #27409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27409B; }
p { color: rgb(39,64,155); }
H1.HeaderClassName
{
color: #27409B;
}
.AnyTagClassName
{
color: #27409B;
}
</style>
background-color css
<style>
a { background-color: #27409B; }
a { background-color: rgb(39,64,155); }
div.DivClassName
{
background-color: #27409B;
}
.BgClassName
{
background-color: #27409B;
}
</style>
border-color css
<style>
span { border-color: #27409B; }
span { border-color: rgb(39,64,155); }
td.TdClassName
{
border-color: #27409B;
}
.TagClassName
{
border-color: #27409B;
}
</style>