Shades of Egyptian Blue #26319F
Tints of Egyptian Blue #26319F
RGB
CMYK
RGB Variations
Color information
#26319F (or 0x26319F) is known color: Egyptian Blue. HEX triplet: 26, 31 and 9F. RGB value is (38,49,159). Sum of RGB (Red+Green+Blue) = 38+49+159=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #26319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26319F is #D9CE60. Grayscale: #393939. Windows color (decimal): -14274145 or 10432806. OLE color: 10432806.
HSL color Cylindrical-coordinate representation of color #26319F: hue angle of 234.55º 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 #26319F is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 49 | 159 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.38 |
| HSL | 234.55º | 0.61% | 0.39% | - |
| HSV(B) | 234.55º | 0.76% | 0.62% | - |
| XYZ | 8.16 | 5.11 | 33.36 | - |
| YUV | 58.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 159 | 0.76 | 0.69 | 0 | 0.38 | 234.55 | 0.61 | 0.39 |
| Hex | 26 | 31 | 9F | 4C | 45 | 0 | 26 | EB | 3D | 27 |
| Octal | 46 | 61 | 237 | 114 | 105 | 0 | 46 | 353 | 75 | 47 |
| Binary | 100110 | 110001 | 10011111 | 1001100 | 1000101 | 0 | 100110 | 11101011 | 111101 | 100111 |
Color Harmonies of #26319F
Complementary color
Monochromatic Colors of #26319F
Black with #26319F
Text Example
Text Example
White with #26319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26319F; }
p { color: rgb(38,49,159); }
H1.HeaderClassName
{
color: #26319F;
}
.AnyTagClassName
{
color: #26319F;
}
</style>
background-color css
<style>
a { background-color: #26319F; }
a { background-color: rgb(38,49,159); }
div.DivClassName
{
background-color: #26319F;
}
.BgClassName
{
background-color: #26319F;
}
</style>
border-color css
<style>
span { border-color: #26319F; }
span { border-color: rgb(38,49,159); }
td.TdClassName
{
border-color: #26319F;
}
.TagClassName
{
border-color: #26319F;
}
</style>