Shades of Egyptian Blue #26419C
Tints of Egyptian Blue #26419C
RGB
CMYK
RGB Variations
Color information
#26419C (or 0x26419C) is known color: Egyptian Blue. HEX triplet: 26, 41 and 9C. RGB value is (38,65,156). Sum of RGB (Red+Green+Blue) = 38+65+156=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #26419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26419C is #D9BE63. Grayscale: #424242. Windows color (decimal): -14270052 or 10240294. OLE color: 10240294.
HSL color Cylindrical-coordinate representation of color #26419C: hue angle of 226.27º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26419C is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 65 | 156 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.39 |
| HSL | 226.27º | 0.61% | 0.38% | - |
| HSV(B) | 226.27º | 0.76% | 0.61% | - |
| XYZ | 8.69 | 6.59 | 32.27 | - |
| YUV | 67.3 | 178.05 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 156 | 0.76 | 0.58 | 0 | 0.39 | 226.27 | 0.61 | 0.38 |
| Hex | 26 | 41 | 9C | 4C | 3A | 0 | 27 | E2 | 3D | 26 |
| Octal | 46 | 101 | 234 | 114 | 72 | 0 | 47 | 342 | 75 | 46 |
| Binary | 100110 | 1000001 | 10011100 | 1001100 | 111010 | 0 | 100111 | 11100010 | 111101 | 100110 |
Color Harmonies of #26419C
Complementary color
Monochromatic Colors of #26419C
Black with #26419C
Text Example
Text Example
White with #26419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26419C; }
p { color: rgb(38,65,156); }
H1.HeaderClassName
{
color: #26419C;
}
.AnyTagClassName
{
color: #26419C;
}
</style>
background-color css
<style>
a { background-color: #26419C; }
a { background-color: rgb(38,65,156); }
div.DivClassName
{
background-color: #26419C;
}
.BgClassName
{
background-color: #26419C;
}
</style>
border-color css
<style>
span { border-color: #26419C; }
span { border-color: rgb(38,65,156); }
td.TdClassName
{
border-color: #26419C;
}
.TagClassName
{
border-color: #26419C;
}
</style>