Shades of Egyptian Blue #263F9B
Tints of Egyptian Blue #263F9B
RGB
CMYK
RGB Variations
Color information
#263F9B (or 0x263F9B) is known color: Egyptian Blue. HEX triplet: 26, 3F and 9B. RGB value is (38,63,155). Sum of RGB (Red+Green+Blue) = 38+63+155=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #263F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F9B is #D9C064. Grayscale: #414141. Windows color (decimal): -14270565 or 10174246. OLE color: 10174246.
HSL color Cylindrical-coordinate representation of color #263F9B: hue angle of 227.18º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263F9B is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 63 | 155 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.39 |
| HSL | 227.18º | 0.61% | 0.38% | - |
| HSV(B) | 227.18º | 0.75% | 0.61% | - |
| XYZ | 8.49 | 6.33 | 31.79 | - |
| YUV | 66.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 155 | 0.75 | 0.59 | 0 | 0.39 | 227.18 | 0.61 | 0.38 |
| Hex | 26 | 3F | 9B | 4B | 3B | 0 | 27 | E3 | 3D | 26 |
| Octal | 46 | 77 | 233 | 113 | 73 | 0 | 47 | 343 | 75 | 46 |
| Binary | 100110 | 111111 | 10011011 | 1001011 | 111011 | 0 | 100111 | 11100011 | 111101 | 100110 |
Color Harmonies of #263F9B
Complementary color
Monochromatic Colors of #263F9B
Black with #263F9B
Text Example
Text Example
White with #263F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F9B; }
p { color: rgb(38,63,155); }
H1.HeaderClassName
{
color: #263F9B;
}
.AnyTagClassName
{
color: #263F9B;
}
</style>
background-color css
<style>
a { background-color: #263F9B; }
a { background-color: rgb(38,63,155); }
div.DivClassName
{
background-color: #263F9B;
}
.BgClassName
{
background-color: #263F9B;
}
</style>
border-color css
<style>
span { border-color: #263F9B; }
span { border-color: rgb(38,63,155); }
td.TdClassName
{
border-color: #263F9B;
}
.TagClassName
{
border-color: #263F9B;
}
</style>