Shades of Egyptian Blue #26319A
Tints of Egyptian Blue #26319A
RGB
CMYK
RGB Variations
Color information
#26319A (or 0x26319A) is known color: Egyptian Blue. HEX triplet: 26, 31 and 9A. RGB value is (38,49,154). Sum of RGB (Red+Green+Blue) = 38+49+154=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #26319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26319A is #D9CE65. Grayscale: #393939. Windows color (decimal): -14274150 or 10105126. OLE color: 10105126.
HSL color Cylindrical-coordinate representation of color #26319A: hue angle of 234.31º degrees, saturation: 0.6, 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 #26319A is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 49 | 154 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.40 |
| HSL | 234.31º | 0.6% | 0.38% | - |
| HSV(B) | 234.31º | 0.75% | 0.6% | - |
| XYZ | 7.73 | 4.94 | 31.12 | - |
| YUV | 57.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 154 | 0.75 | 0.68 | 0 | 0.40 | 234.31 | 0.6 | 0.38 |
| Hex | 26 | 31 | 9A | 4B | 44 | 0 | 28 | EA | 3C | 26 |
| Octal | 46 | 61 | 232 | 113 | 104 | 0 | 50 | 352 | 74 | 46 |
| Binary | 100110 | 110001 | 10011010 | 1001011 | 1000100 | 0 | 101000 | 11101010 | 111100 | 100110 |
Color Harmonies of #26319A
Complementary color
Monochromatic Colors of #26319A
Black with #26319A
Text Example
Text Example
White with #26319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26319A; }
p { color: rgb(38,49,154); }
H1.HeaderClassName
{
color: #26319A;
}
.AnyTagClassName
{
color: #26319A;
}
</style>
background-color css
<style>
a { background-color: #26319A; }
a { background-color: rgb(38,49,154); }
div.DivClassName
{
background-color: #26319A;
}
.BgClassName
{
background-color: #26319A;
}
</style>
border-color css
<style>
span { border-color: #26319A; }
span { border-color: rgb(38,49,154); }
td.TdClassName
{
border-color: #26319A;
}
.TagClassName
{
border-color: #26319A;
}
</style>