Shades of Egyptian Blue #263B9E
Tints of Egyptian Blue #263B9E
RGB
CMYK
RGB Variations
Color information
#263B9E (or 0x263B9E) is known color: Egyptian Blue. HEX triplet: 26, 3B and 9E. RGB value is (38,59,158). Sum of RGB (Red+Green+Blue) = 38+59+158=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #263B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B9E is #D9C461. Grayscale: #3F3F3F. Windows color (decimal): -14271586 or 10369830. OLE color: 10369830.
HSL color Cylindrical-coordinate representation of color #263B9E: hue angle of 229.5º 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 #263B9E is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 59 | 158 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.38 |
| HSL | 229.5º | 0.61% | 0.38% | - |
| HSV(B) | 229.5º | 0.76% | 0.62% | - |
| XYZ | 8.53 | 6.01 | 33.06 | - |
| YUV | 64.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 158 | 0.76 | 0.63 | 0 | 0.38 | 229.5 | 0.61 | 0.38 |
| Hex | 26 | 3B | 9E | 4C | 3F | 0 | 26 | E6 | 3D | 26 |
| Octal | 46 | 73 | 236 | 114 | 77 | 0 | 46 | 346 | 75 | 46 |
| Binary | 100110 | 111011 | 10011110 | 1001100 | 111111 | 0 | 100110 | 11100110 | 111101 | 100110 |
Color Harmonies of #263B9E
Complementary color
Monochromatic Colors of #263B9E
Black with #263B9E
Text Example
Text Example
White with #263B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B9E; }
p { color: rgb(38,59,158); }
H1.HeaderClassName
{
color: #263B9E;
}
.AnyTagClassName
{
color: #263B9E;
}
</style>
background-color css
<style>
a { background-color: #263B9E; }
a { background-color: rgb(38,59,158); }
div.DivClassName
{
background-color: #263B9E;
}
.BgClassName
{
background-color: #263B9E;
}
</style>
border-color css
<style>
span { border-color: #263B9E; }
span { border-color: rgb(38,59,158); }
td.TdClassName
{
border-color: #263B9E;
}
.TagClassName
{
border-color: #263B9E;
}
</style>