Shades of Egyptian Blue #0F2795
Tints of Egyptian Blue #0F2795
RGB
CMYK
RGB Variations
Color information
#0F2795 (or 0x0F2795) is known color: Egyptian Blue. HEX triplet: 0F, 27 and 95. RGB value is (15,39,149). Sum of RGB (Red+Green+Blue) = 15+39+149=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F2795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2795 is #F0D86A. Grayscale: #2B2B2B. Windows color (decimal): -15784043 or 9774863. OLE color: 9774863.
HSL color Cylindrical-coordinate representation of color #0F2795: hue angle of 229.25º 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 #0F2795 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 39 | 149 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.42 |
| HSL | 229.25º | 0.82% | 0.32% | - |
| HSV(B) | 229.25º | 0.9% | 0.58% | - |
| XYZ | 6.35 | 3.72 | 28.82 | - |
| YUV | 44.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 149 | 0.90 | 0.74 | 0 | 0.42 | 229.25 | 0.82 | 0.32 |
| Hex | F | 27 | 95 | 5A | 4A | 0 | 2A | E5 | 52 | 20 |
| Octal | 17 | 47 | 225 | 132 | 112 | 0 | 52 | 345 | 122 | 40 |
| Binary | 1111 | 100111 | 10010101 | 1011010 | 1001010 | 0 | 101010 | 11100101 | 1010010 | 100000 |
Color Harmonies of #0F2795
Complementary color
Monochromatic Colors of #0F2795
Black with #0F2795
Text Example
Text Example
White with #0F2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2795; }
p { color: rgb(15,39,149); }
H1.HeaderClassName
{
color: #0F2795;
}
.AnyTagClassName
{
color: #0F2795;
}
</style>
background-color css
<style>
a { background-color: #0F2795; }
a { background-color: rgb(15,39,149); }
div.DivClassName
{
background-color: #0F2795;
}
.BgClassName
{
background-color: #0F2795;
}
</style>
border-color css
<style>
span { border-color: #0F2795; }
span { border-color: rgb(15,39,149); }
td.TdClassName
{
border-color: #0F2795;
}
.TagClassName
{
border-color: #0F2795;
}
</style>