Shades of Egyptian Blue #262A93
Tints of Egyptian Blue #262A93
RGB
CMYK
RGB Variations
Color information
#262A93 (or 0x262A93) is known color: Egyptian Blue. HEX triplet: 26, 2A and 93. RGB value is (38,42,147). Sum of RGB (Red+Green+Blue) = 38+42+147=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #262A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262A93 is #D9D56C. Grayscale: #343434. Windows color (decimal): -14275949 or 9644582. OLE color: 9644582.
HSL color Cylindrical-coordinate representation of color #262A93: hue angle of 237.8º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262A93 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 42 | 147 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.42 |
| HSL | 237.8º | 0.59% | 0.36% | - |
| HSV(B) | 237.8º | 0.74% | 0.58% | - |
| XYZ | 6.89 | 4.17 | 28.05 | - |
| YUV | 52.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 147 | 0.74 | 0.71 | 0 | 0.42 | 237.8 | 0.59 | 0.36 |
| Hex | 26 | 2A | 93 | 4A | 47 | 0 | 2A | EE | 3B | 24 |
| Octal | 46 | 52 | 223 | 112 | 107 | 0 | 52 | 356 | 73 | 44 |
| Binary | 100110 | 101010 | 10010011 | 1001010 | 1000111 | 0 | 101010 | 11101110 | 111011 | 100100 |
Color Harmonies of #262A93
Complementary color
Monochromatic Colors of #262A93
Black with #262A93
Text Example
Text Example
White with #262A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A93; }
p { color: rgb(38,42,147); }
H1.HeaderClassName
{
color: #262A93;
}
.AnyTagClassName
{
color: #262A93;
}
</style>
background-color css
<style>
a { background-color: #262A93; }
a { background-color: rgb(38,42,147); }
div.DivClassName
{
background-color: #262A93;
}
.BgClassName
{
background-color: #262A93;
}
</style>
border-color css
<style>
span { border-color: #262A93; }
span { border-color: rgb(38,42,147); }
td.TdClassName
{
border-color: #262A93;
}
.TagClassName
{
border-color: #262A93;
}
</style>