Shades of Egyptian Blue #26419D
Tints of Egyptian Blue #26419D
RGB
CMYK
RGB Variations
Color information
#26419D (or 0x26419D) is known color: Egyptian Blue. HEX triplet: 26, 41 and 9D. RGB value is (38,65,157). Sum of RGB (Red+Green+Blue) = 38+65+157=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #26419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26419D is #D9BE62. Grayscale: #434343. Windows color (decimal): -14270051 or 10305830. OLE color: 10305830.
HSL color Cylindrical-coordinate representation of color #26419D: hue angle of 226.39º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26419D is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 65 | 157 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.38 |
| HSL | 226.39º | 0.61% | 0.38% | - |
| HSV(B) | 226.39º | 0.76% | 0.62% | - |
| XYZ | 8.78 | 6.63 | 32.71 | - |
| YUV | 67.42 | 178.55 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 157 | 0.76 | 0.59 | 0 | 0.38 | 226.39 | 0.61 | 0.38 |
| Hex | 26 | 41 | 9D | 4C | 3B | 0 | 26 | E2 | 3D | 26 |
| Octal | 46 | 101 | 235 | 114 | 73 | 0 | 46 | 342 | 75 | 46 |
| Binary | 100110 | 1000001 | 10011101 | 1001100 | 111011 | 0 | 100110 | 11100010 | 111101 | 100110 |
Color Harmonies of #26419D
Complementary color
Monochromatic Colors of #26419D
Black with #26419D
Text Example
Text Example
White with #26419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26419D; }
p { color: rgb(38,65,157); }
H1.HeaderClassName
{
color: #26419D;
}
.AnyTagClassName
{
color: #26419D;
}
</style>
background-color css
<style>
a { background-color: #26419D; }
a { background-color: rgb(38,65,157); }
div.DivClassName
{
background-color: #26419D;
}
.BgClassName
{
background-color: #26419D;
}
</style>
border-color css
<style>
span { border-color: #26419D; }
span { border-color: rgb(38,65,157); }
td.TdClassName
{
border-color: #26419D;
}
.TagClassName
{
border-color: #26419D;
}
</style>