Shades of Egyptian Blue #0F2895
Tints of Egyptian Blue #0F2895
RGB
CMYK
RGB Variations
Color information
#0F2895 (or 0x0F2895) is known color: Egyptian Blue. HEX triplet: 0F, 28 and 95. RGB value is (15,40,149). Sum of RGB (Red+Green+Blue) = 15+40+149=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F2895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2895 is #F0D76A. Grayscale: #2C2C2C. Windows color (decimal): -15783787 or 9775119. OLE color: 9775119.
HSL color Cylindrical-coordinate representation of color #0F2895: hue angle of 228.81º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2895 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 40 | 149 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.42 |
| HSL | 228.81º | 0.82% | 0.32% | - |
| HSV(B) | 228.81º | 0.9% | 0.58% | - |
| XYZ | 6.38 | 3.79 | 28.83 | - |
| YUV | 44.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 149 | 0.90 | 0.73 | 0 | 0.42 | 228.81 | 0.82 | 0.32 |
| Hex | F | 28 | 95 | 5A | 49 | 0 | 2A | E5 | 52 | 20 |
| Octal | 17 | 50 | 225 | 132 | 111 | 0 | 52 | 345 | 122 | 40 |
| Binary | 1111 | 101000 | 10010101 | 1011010 | 1001001 | 0 | 101010 | 11100101 | 1010010 | 100000 |
Color Harmonies of #0F2895
Complementary color
Monochromatic Colors of #0F2895
Black with #0F2895
Text Example
Text Example
White with #0F2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2895; }
p { color: rgb(15,40,149); }
H1.HeaderClassName
{
color: #0F2895;
}
.AnyTagClassName
{
color: #0F2895;
}
</style>
background-color css
<style>
a { background-color: #0F2895; }
a { background-color: rgb(15,40,149); }
div.DivClassName
{
background-color: #0F2895;
}
.BgClassName
{
background-color: #0F2895;
}
</style>
border-color css
<style>
span { border-color: #0F2895; }
span { border-color: rgb(15,40,149); }
td.TdClassName
{
border-color: #0F2895;
}
.TagClassName
{
border-color: #0F2895;
}
</style>