Shades of Egyptian Blue #262A9D
Tints of Egyptian Blue #262A9D
RGB
CMYK
RGB Variations
Color information
#262A9D (or 0x262A9D) is known color: Egyptian Blue. HEX triplet: 26, 2A and 9D. RGB value is (38,42,157). Sum of RGB (Red+Green+Blue) = 38+42+157=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #262A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262A9D is #D9D562. Grayscale: #353535. Windows color (decimal): -14275939 or 10299942. OLE color: 10299942.
HSL color Cylindrical-coordinate representation of color #262A9D: hue angle of 237.98º 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 #262A9D is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 42 | 157 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.38 |
| HSL | 237.98º | 0.61% | 0.38% | - |
| HSV(B) | 237.98º | 0.76% | 0.62% | - |
| XYZ | 7.71 | 4.5 | 32.36 | - |
| YUV | 53.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 157 | 0.76 | 0.73 | 0 | 0.38 | 237.98 | 0.61 | 0.38 |
| Hex | 26 | 2A | 9D | 4C | 49 | 0 | 26 | EE | 3D | 26 |
| Octal | 46 | 52 | 235 | 114 | 111 | 0 | 46 | 356 | 75 | 46 |
| Binary | 100110 | 101010 | 10011101 | 1001100 | 1001001 | 0 | 100110 | 11101110 | 111101 | 100110 |
Color Harmonies of #262A9D
Complementary color
Monochromatic Colors of #262A9D
Black with #262A9D
Text Example
Text Example
White with #262A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A9D; }
p { color: rgb(38,42,157); }
H1.HeaderClassName
{
color: #262A9D;
}
.AnyTagClassName
{
color: #262A9D;
}
</style>
background-color css
<style>
a { background-color: #262A9D; }
a { background-color: rgb(38,42,157); }
div.DivClassName
{
background-color: #262A9D;
}
.BgClassName
{
background-color: #262A9D;
}
</style>
border-color css
<style>
span { border-color: #262A9D; }
span { border-color: rgb(38,42,157); }
td.TdClassName
{
border-color: #262A9D;
}
.TagClassName
{
border-color: #262A9D;
}
</style>