Shades of Egyptian Blue #262B93
Tints of Egyptian Blue #262B93
RGB
CMYK
RGB Variations
Color information
#262B93 (or 0x262B93) is known color: Egyptian Blue. HEX triplet: 26, 2B and 93. RGB value is (38,43,147). Sum of RGB (Red+Green+Blue) = 38+43+147=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #262B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262B93 is #D9D46C. Grayscale: #343434. Windows color (decimal): -14275693 or 9644838. OLE color: 9644838.
HSL color Cylindrical-coordinate representation of color #262B93: hue angle of 237.25º 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 #262B93 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 43 | 147 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.42 |
| HSL | 237.25º | 0.59% | 0.36% | - |
| HSV(B) | 237.25º | 0.74% | 0.58% | - |
| XYZ | 6.93 | 4.25 | 28.06 | - |
| YUV | 53.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 147 | 0.74 | 0.71 | 0 | 0.42 | 237.25 | 0.59 | 0.36 |
| Hex | 26 | 2B | 93 | 4A | 47 | 0 | 2A | ED | 3B | 24 |
| Octal | 46 | 53 | 223 | 112 | 107 | 0 | 52 | 355 | 73 | 44 |
| Binary | 100110 | 101011 | 10010011 | 1001010 | 1000111 | 0 | 101010 | 11101101 | 111011 | 100100 |
Color Harmonies of #262B93
Complementary color
Monochromatic Colors of #262B93
Black with #262B93
Text Example
Text Example
White with #262B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B93; }
p { color: rgb(38,43,147); }
H1.HeaderClassName
{
color: #262B93;
}
.AnyTagClassName
{
color: #262B93;
}
</style>
background-color css
<style>
a { background-color: #262B93; }
a { background-color: rgb(38,43,147); }
div.DivClassName
{
background-color: #262B93;
}
.BgClassName
{
background-color: #262B93;
}
</style>
border-color css
<style>
span { border-color: #262B93; }
span { border-color: rgb(38,43,147); }
td.TdClassName
{
border-color: #262B93;
}
.TagClassName
{
border-color: #262B93;
}
</style>