Shades of Egyptian Blue #0F2896
Tints of Egyptian Blue #0F2896
RGB
CMYK
RGB Variations
Color information
#0F2896 (or 0x0F2896) is known color: Egyptian Blue. HEX triplet: 0F, 28 and 96. RGB value is (15,40,150). Sum of RGB (Red+Green+Blue) = 15+40+150=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F2896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2896 is #F0D769. Grayscale: #2C2C2C. Windows color (decimal): -15783786 or 9840655. OLE color: 9840655.
HSL color Cylindrical-coordinate representation of color #0F2896: hue angle of 228.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2896 is Cyan = 0.9, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 40 | 150 | - |
| CMYK | 0.9 | 0.73 | 0 | 0.41 |
| HSL | 228.89º | 0.82% | 0.32% | - |
| HSV(B) | 228.89º | 0.9% | 0.59% | - |
| XYZ | 6.46 | 3.82 | 29.25 | - |
| YUV | 45.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 150 | 0.9 | 0.73 | 0 | 0.41 | 228.89 | 0.82 | 0.32 |
| Hex | F | 28 | 96 | 5A | 49 | 0 | 29 | E5 | 52 | 20 |
| Octal | 17 | 50 | 226 | 132 | 111 | 0 | 51 | 345 | 122 | 40 |
| Binary | 1111 | 101000 | 10010110 | 1011010 | 1001001 | 0 | 101001 | 11100101 | 1010010 | 100000 |
Color Harmonies of #0F2896
Complementary color
Monochromatic Colors of #0F2896
Black with #0F2896
Text Example
Text Example
White with #0F2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2896; }
p { color: rgb(15,40,150); }
H1.HeaderClassName
{
color: #0F2896;
}
.AnyTagClassName
{
color: #0F2896;
}
</style>
background-color css
<style>
a { background-color: #0F2896; }
a { background-color: rgb(15,40,150); }
div.DivClassName
{
background-color: #0F2896;
}
.BgClassName
{
background-color: #0F2896;
}
</style>
border-color css
<style>
span { border-color: #0F2896; }
span { border-color: rgb(15,40,150); }
td.TdClassName
{
border-color: #0F2896;
}
.TagClassName
{
border-color: #0F2896;
}
</style>