Shades of Egyptian Blue #262F9A
Tints of Egyptian Blue #262F9A
RGB
CMYK
RGB Variations
Color information
#262F9A (or 0x262F9A) is known color: Egyptian Blue. HEX triplet: 26, 2F and 9A. RGB value is (38,47,154). Sum of RGB (Red+Green+Blue) = 38+47+154=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #262F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262F9A is #D9D065. Grayscale: #383838. Windows color (decimal): -14274662 or 10104614. OLE color: 10104614.
HSL color Cylindrical-coordinate representation of color #262F9A: hue angle of 235.34º 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 #262F9A is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 47 | 154 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.40 |
| HSL | 235.34º | 0.6% | 0.38% | - |
| HSV(B) | 235.34º | 0.75% | 0.6% | - |
| XYZ | 7.65 | 4.78 | 31.09 | - |
| YUV | 56.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 154 | 0.75 | 0.69 | 0 | 0.40 | 235.34 | 0.6 | 0.38 |
| Hex | 26 | 2F | 9A | 4B | 45 | 0 | 28 | EB | 3C | 26 |
| Octal | 46 | 57 | 232 | 113 | 105 | 0 | 50 | 353 | 74 | 46 |
| Binary | 100110 | 101111 | 10011010 | 1001011 | 1000101 | 0 | 101000 | 11101011 | 111100 | 100110 |
Color Harmonies of #262F9A
Complementary color
Monochromatic Colors of #262F9A
Black with #262F9A
Text Example
Text Example
White with #262F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F9A; }
p { color: rgb(38,47,154); }
H1.HeaderClassName
{
color: #262F9A;
}
.AnyTagClassName
{
color: #262F9A;
}
</style>
background-color css
<style>
a { background-color: #262F9A; }
a { background-color: rgb(38,47,154); }
div.DivClassName
{
background-color: #262F9A;
}
.BgClassName
{
background-color: #262F9A;
}
</style>
border-color css
<style>
span { border-color: #262F9A; }
span { border-color: rgb(38,47,154); }
td.TdClassName
{
border-color: #262F9A;
}
.TagClassName
{
border-color: #262F9A;
}
</style>