Shades of Egyptian Blue #262D9B
Tints of Egyptian Blue #262D9B
RGB
CMYK
RGB Variations
Color information
#262D9B (or 0x262D9B) is known color: Egyptian Blue. HEX triplet: 26, 2D and 9B. RGB value is (38,45,155). Sum of RGB (Red+Green+Blue) = 38+45+155=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #262D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262D9B is #D9D264. Grayscale: #373737. Windows color (decimal): -14275173 or 10169638. OLE color: 10169638.
HSL color Cylindrical-coordinate representation of color #262D9B: hue angle of 236.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #262D9B is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 45 | 155 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.39 |
| HSL | 236.41º | 0.61% | 0.38% | - |
| HSV(B) | 236.41º | 0.75% | 0.61% | - |
| XYZ | 7.65 | 4.66 | 31.51 | - |
| YUV | 55.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 155 | 0.75 | 0.71 | 0 | 0.39 | 236.41 | 0.61 | 0.38 |
| Hex | 26 | 2D | 9B | 4B | 47 | 0 | 27 | EC | 3D | 26 |
| Octal | 46 | 55 | 233 | 113 | 107 | 0 | 47 | 354 | 75 | 46 |
| Binary | 100110 | 101101 | 10011011 | 1001011 | 1000111 | 0 | 100111 | 11101100 | 111101 | 100110 |
Color Harmonies of #262D9B
Complementary color
Monochromatic Colors of #262D9B
Black with #262D9B
Text Example
Text Example
White with #262D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D9B; }
p { color: rgb(38,45,155); }
H1.HeaderClassName
{
color: #262D9B;
}
.AnyTagClassName
{
color: #262D9B;
}
</style>
background-color css
<style>
a { background-color: #262D9B; }
a { background-color: rgb(38,45,155); }
div.DivClassName
{
background-color: #262D9B;
}
.BgClassName
{
background-color: #262D9B;
}
</style>
border-color css
<style>
span { border-color: #262D9B; }
span { border-color: rgb(38,45,155); }
td.TdClassName
{
border-color: #262D9B;
}
.TagClassName
{
border-color: #262D9B;
}
</style>