Shades of Egyptian Blue #0F2D9F
Tints of Egyptian Blue #0F2D9F
RGB
CMYK
RGB Variations
Color information
#0F2D9F (or 0x0F2D9F) is known color: Egyptian Blue. HEX triplet: 0F, 2D and 9F. RGB value is (15,45,159). Sum of RGB (Red+Green+Blue) = 15+45+159=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F2D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2D9F is #F0D260. Grayscale: #303030. Windows color (decimal): -15782497 or 10431759. OLE color: 10431759.
HSL color Cylindrical-coordinate representation of color #0F2D9F: hue angle of 227.5º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F2D9F is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 45 | 159 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.38 |
| HSL | 227.5º | 0.83% | 0.34% | - |
| HSV(B) | 227.5º | 0.91% | 0.62% | - |
| XYZ | 7.39 | 4.48 | 33.28 | - |
| YUV | 49.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 45 | 159 | 0.91 | 0.72 | 0 | 0.38 | 227.5 | 0.83 | 0.34 |
| Hex | F | 2D | 9F | 5B | 48 | 0 | 26 | E4 | 53 | 22 |
| Octal | 17 | 55 | 237 | 133 | 110 | 0 | 46 | 344 | 123 | 42 |
| Binary | 1111 | 101101 | 10011111 | 1011011 | 1001000 | 0 | 100110 | 11100100 | 1010011 | 100010 |
Color Harmonies of #0F2D9F
Complementary color
Monochromatic Colors of #0F2D9F
Black with #0F2D9F
Text Example
Text Example
White with #0F2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2D9F; }
p { color: rgb(15,45,159); }
H1.HeaderClassName
{
color: #0F2D9F;
}
.AnyTagClassName
{
color: #0F2D9F;
}
</style>
background-color css
<style>
a { background-color: #0F2D9F; }
a { background-color: rgb(15,45,159); }
div.DivClassName
{
background-color: #0F2D9F;
}
.BgClassName
{
background-color: #0F2D9F;
}
</style>
border-color css
<style>
span { border-color: #0F2D9F; }
span { border-color: rgb(15,45,159); }
td.TdClassName
{
border-color: #0F2D9F;
}
.TagClassName
{
border-color: #0F2D9F;
}
</style>