Shades of Egyptian Blue #26279F
Tints of Egyptian Blue #26279F
RGB
CMYK
RGB Variations
Color information
#26279F (or 0x26279F) is known color: Egyptian Blue. HEX triplet: 26, 27 and 9F. RGB value is (38,39,159). Sum of RGB (Red+Green+Blue) = 38+39+159=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #26279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26279F is #D9D860. Grayscale: #333333. Windows color (decimal): -14276705 or 10430246. OLE color: 10430246.
HSL color Cylindrical-coordinate representation of color #26279F: hue angle of 239.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26279F is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 39 | 159 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.38 |
| HSL | 239.5º | 0.61% | 0.39% | - |
| HSV(B) | 239.5º | 0.76% | 0.62% | - |
| XYZ | 7.78 | 4.37 | 33.23 | - |
| YUV | 52.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 159 | 0.76 | 0.75 | 0 | 0.38 | 239.5 | 0.61 | 0.39 |
| Hex | 26 | 27 | 9F | 4C | 4B | 0 | 26 | F0 | 3D | 27 |
| Octal | 46 | 47 | 237 | 114 | 113 | 0 | 46 | 360 | 75 | 47 |
| Binary | 100110 | 100111 | 10011111 | 1001100 | 1001011 | 0 | 100110 | 11110000 | 111101 | 100111 |
Color Harmonies of #26279F
Complementary color
Monochromatic Colors of #26279F
Black with #26279F
Text Example
Text Example
White with #26279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26279F; }
p { color: rgb(38,39,159); }
H1.HeaderClassName
{
color: #26279F;
}
.AnyTagClassName
{
color: #26279F;
}
</style>
background-color css
<style>
a { background-color: #26279F; }
a { background-color: rgb(38,39,159); }
div.DivClassName
{
background-color: #26279F;
}
.BgClassName
{
background-color: #26279F;
}
</style>
border-color css
<style>
span { border-color: #26279F; }
span { border-color: rgb(38,39,159); }
td.TdClassName
{
border-color: #26279F;
}
.TagClassName
{
border-color: #26279F;
}
</style>