Shades of Egyptian Blue #262F93
Tints of Egyptian Blue #262F93
RGB
CMYK
RGB Variations
Color information
#262F93 (or 0x262F93) is known color: Egyptian Blue. HEX triplet: 26, 2F and 93. RGB value is (38,47,147). Sum of RGB (Red+Green+Blue) = 38+47+147=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #262F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262F93 is #D9D06C. Grayscale: #373737. Windows color (decimal): -14274669 or 9645862. OLE color: 9645862.
HSL color Cylindrical-coordinate representation of color #262F93: hue angle of 235.05º 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 #262F93 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 47 | 147 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.42 |
| HSL | 235.05º | 0.59% | 0.36% | - |
| HSV(B) | 235.05º | 0.74% | 0.58% | - |
| XYZ | 7.08 | 4.55 | 28.11 | - |
| YUV | 55.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 147 | 0.74 | 0.68 | 0 | 0.42 | 235.05 | 0.59 | 0.36 |
| Hex | 26 | 2F | 93 | 4A | 44 | 0 | 2A | EB | 3B | 24 |
| Octal | 46 | 57 | 223 | 112 | 104 | 0 | 52 | 353 | 73 | 44 |
| Binary | 100110 | 101111 | 10010011 | 1001010 | 1000100 | 0 | 101010 | 11101011 | 111011 | 100100 |
Color Harmonies of #262F93
Complementary color
Monochromatic Colors of #262F93
Black with #262F93
Text Example
Text Example
White with #262F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F93; }
p { color: rgb(38,47,147); }
H1.HeaderClassName
{
color: #262F93;
}
.AnyTagClassName
{
color: #262F93;
}
</style>
background-color css
<style>
a { background-color: #262F93; }
a { background-color: rgb(38,47,147); }
div.DivClassName
{
background-color: #262F93;
}
.BgClassName
{
background-color: #262F93;
}
</style>
border-color css
<style>
span { border-color: #262F93; }
span { border-color: rgb(38,47,147); }
td.TdClassName
{
border-color: #262F93;
}
.TagClassName
{
border-color: #262F93;
}
</style>