Shades of Egyptian Blue #263E9F
Tints of Egyptian Blue #263E9F
RGB
CMYK
RGB Variations
Color information
#263E9F (or 0x263E9F) is known color: Egyptian Blue. HEX triplet: 26, 3E and 9F. RGB value is (38,62,159). Sum of RGB (Red+Green+Blue) = 38+62+159=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #263E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E9F is #D9C160. Grayscale: #414141. Windows color (decimal): -14270817 or 10436134. OLE color: 10436134.
HSL color Cylindrical-coordinate representation of color #263E9F: hue angle of 228.1º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #263E9F is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 62 | 159 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.38 |
| HSL | 228.1º | 0.61% | 0.39% | - |
| HSV(B) | 228.1º | 0.76% | 0.62% | - |
| XYZ | 8.78 | 6.36 | 33.57 | - |
| YUV | 65.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 159 | 0.76 | 0.61 | 0 | 0.38 | 228.1 | 0.61 | 0.39 |
| Hex | 26 | 3E | 9F | 4C | 3D | 0 | 26 | E4 | 3D | 27 |
| Octal | 46 | 76 | 237 | 114 | 75 | 0 | 46 | 344 | 75 | 47 |
| Binary | 100110 | 111110 | 10011111 | 1001100 | 111101 | 0 | 100110 | 11100100 | 111101 | 100111 |
Color Harmonies of #263E9F
Complementary color
Monochromatic Colors of #263E9F
Black with #263E9F
Text Example
Text Example
White with #263E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E9F; }
p { color: rgb(38,62,159); }
H1.HeaderClassName
{
color: #263E9F;
}
.AnyTagClassName
{
color: #263E9F;
}
</style>
background-color css
<style>
a { background-color: #263E9F; }
a { background-color: rgb(38,62,159); }
div.DivClassName
{
background-color: #263E9F;
}
.BgClassName
{
background-color: #263E9F;
}
</style>
border-color css
<style>
span { border-color: #263E9F; }
span { border-color: rgb(38,62,159); }
td.TdClassName
{
border-color: #263E9F;
}
.TagClassName
{
border-color: #263E9F;
}
</style>