Shades of Egyptian Blue #263B9A
Tints of Egyptian Blue #263B9A
RGB
CMYK
RGB Variations
Color information
#263B9A (or 0x263B9A) is known color: Egyptian Blue. HEX triplet: 26, 3B and 9A. RGB value is (38,59,154). Sum of RGB (Red+Green+Blue) = 38+59+154=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #263B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263B9A is #D9C465. Grayscale: #3F3F3F. Windows color (decimal): -14271590 or 10107686. OLE color: 10107686.
HSL color Cylindrical-coordinate representation of color #263B9A: hue angle of 229.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263B9A is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 59 | 154 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.40 |
| HSL | 229.14º | 0.6% | 0.38% | - |
| HSV(B) | 229.14º | 0.75% | 0.6% | - |
| XYZ | 8.2 | 5.87 | 31.27 | - |
| YUV | 63.55 | 179.04 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 154 | 0.75 | 0.62 | 0 | 0.40 | 229.14 | 0.6 | 0.38 |
| Hex | 26 | 3B | 9A | 4B | 3E | 0 | 28 | E5 | 3C | 26 |
| Octal | 46 | 73 | 232 | 113 | 76 | 0 | 50 | 345 | 74 | 46 |
| Binary | 100110 | 111011 | 10011010 | 1001011 | 111110 | 0 | 101000 | 11100101 | 111100 | 100110 |
Color Harmonies of #263B9A
Complementary color
Monochromatic Colors of #263B9A
Black with #263B9A
Text Example
Text Example
White with #263B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263B9A; }
p { color: rgb(38,59,154); }
H1.HeaderClassName
{
color: #263B9A;
}
.AnyTagClassName
{
color: #263B9A;
}
</style>
background-color css
<style>
a { background-color: #263B9A; }
a { background-color: rgb(38,59,154); }
div.DivClassName
{
background-color: #263B9A;
}
.BgClassName
{
background-color: #263B9A;
}
</style>
border-color css
<style>
span { border-color: #263B9A; }
span { border-color: rgb(38,59,154); }
td.TdClassName
{
border-color: #263B9A;
}
.TagClassName
{
border-color: #263B9A;
}
</style>