Shades of Egyptian Blue #263EA5
Tints of Egyptian Blue #263EA5
RGB
CMYK
RGB Variations
Color information
#263EA5 (or 0x263EA5) is known color: Egyptian Blue. HEX triplet: 26, 3E and A5. RGB value is (38,62,165). Sum of RGB (Red+Green+Blue) = 38+62+165=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #263EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EA5 is #D9C15A. Grayscale: #424242. Windows color (decimal): -14270811 or 10829350. OLE color: 10829350.
HSL color Cylindrical-coordinate representation of color #263EA5: hue angle of 228.66º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #263EA5 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 62 | 165 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.35 |
| HSL | 228.66º | 0.63% | 0.4% | - |
| HSV(B) | 228.66º | 0.77% | 0.65% | - |
| XYZ | 9.31 | 6.57 | 36.38 | - |
| YUV | 66.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 165 | 0.77 | 0.62 | 0 | 0.35 | 228.66 | 0.63 | 0.4 |
| Hex | 26 | 3E | A5 | 4D | 3E | 0 | 23 | E5 | 3F | 28 |
| Octal | 46 | 76 | 245 | 115 | 76 | 0 | 43 | 345 | 77 | 50 |
| Binary | 100110 | 111110 | 10100101 | 1001101 | 111110 | 0 | 100011 | 11100101 | 111111 | 101000 |
Color Harmonies of #263EA5
Complementary color
Monochromatic Colors of #263EA5
Black with #263EA5
Text Example
Text Example
White with #263EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263EA5; }
p { color: rgb(38,62,165); }
H1.HeaderClassName
{
color: #263EA5;
}
.AnyTagClassName
{
color: #263EA5;
}
</style>
background-color css
<style>
a { background-color: #263EA5; }
a { background-color: rgb(38,62,165); }
div.DivClassName
{
background-color: #263EA5;
}
.BgClassName
{
background-color: #263EA5;
}
</style>
border-color css
<style>
span { border-color: #263EA5; }
span { border-color: rgb(38,62,165); }
td.TdClassName
{
border-color: #263EA5;
}
.TagClassName
{
border-color: #263EA5;
}
</style>