Shades of Egyptian Blue #263A9F
Tints of Egyptian Blue #263A9F
RGB
CMYK
RGB Variations
Color information
#263A9F (or 0x263A9F) is known color: Egyptian Blue. HEX triplet: 26, 3A and 9F. RGB value is (38,58,159). Sum of RGB (Red+Green+Blue) = 38+58+159=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #263A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A9F is #D9C560. Grayscale: #3F3F3F. Windows color (decimal): -14271841 or 10435110. OLE color: 10435110.
HSL color Cylindrical-coordinate representation of color #263A9F: hue angle of 230.08º 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 #263A9F is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 58 | 159 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.38 |
| HSL | 230.08º | 0.61% | 0.39% | - |
| HSV(B) | 230.08º | 0.76% | 0.62% | - |
| XYZ | 8.57 | 5.94 | 33.5 | - |
| YUV | 63.53 | 181.87 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 159 | 0.76 | 0.64 | 0 | 0.38 | 230.08 | 0.61 | 0.39 |
| Hex | 26 | 3A | 9F | 4C | 40 | 0 | 26 | E6 | 3D | 27 |
| Octal | 46 | 72 | 237 | 114 | 100 | 0 | 46 | 346 | 75 | 47 |
| Binary | 100110 | 111010 | 10011111 | 1001100 | 1000000 | 0 | 100110 | 11100110 | 111101 | 100111 |
Color Harmonies of #263A9F
Complementary color
Monochromatic Colors of #263A9F
Black with #263A9F
Text Example
Text Example
White with #263A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263A9F; }
p { color: rgb(38,58,159); }
H1.HeaderClassName
{
color: #263A9F;
}
.AnyTagClassName
{
color: #263A9F;
}
</style>
background-color css
<style>
a { background-color: #263A9F; }
a { background-color: rgb(38,58,159); }
div.DivClassName
{
background-color: #263A9F;
}
.BgClassName
{
background-color: #263A9F;
}
</style>
border-color css
<style>
span { border-color: #263A9F; }
span { border-color: rgb(38,58,159); }
td.TdClassName
{
border-color: #263A9F;
}
.TagClassName
{
border-color: #263A9F;
}
</style>