Shades of Egyptian Blue #0F359F
Tints of Egyptian Blue #0F359F
RGB
CMYK
RGB Variations
Color information
#0F359F (or 0x0F359F) is known color: Egyptian Blue. HEX triplet: 0F, 35 and 9F. RGB value is (15,53,159). Sum of RGB (Red+Green+Blue) = 15+53+159=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #0F359F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F359F is #F0CA60. Grayscale: #353535. Windows color (decimal): -15780449 or 10433807. OLE color: 10433807.
HSL color Cylindrical-coordinate representation of color #0F359F: hue angle of 224.17º 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 #0F359F is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 53 | 159 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.38 |
| HSL | 224.17º | 0.83% | 0.34% | - |
| HSV(B) | 224.17º | 0.91% | 0.62% | - |
| XYZ | 7.73 | 5.15 | 33.39 | - |
| YUV | 53.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 159 | 0.91 | 0.67 | 0 | 0.38 | 224.17 | 0.83 | 0.34 |
| Hex | F | 35 | 9F | 5B | 43 | 0 | 26 | E0 | 53 | 22 |
| Octal | 17 | 65 | 237 | 133 | 103 | 0 | 46 | 340 | 123 | 42 |
| Binary | 1111 | 110101 | 10011111 | 1011011 | 1000011 | 0 | 100110 | 11100000 | 1010011 | 100010 |
Color Harmonies of #0F359F
Complementary color
Monochromatic Colors of #0F359F
Black with #0F359F
Text Example
Text Example
White with #0F359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F359F; }
p { color: rgb(15,53,159); }
H1.HeaderClassName
{
color: #0F359F;
}
.AnyTagClassName
{
color: #0F359F;
}
</style>
background-color css
<style>
a { background-color: #0F359F; }
a { background-color: rgb(15,53,159); }
div.DivClassName
{
background-color: #0F359F;
}
.BgClassName
{
background-color: #0F359F;
}
</style>
border-color css
<style>
span { border-color: #0F359F; }
span { border-color: rgb(15,53,159); }
td.TdClassName
{
border-color: #0F359F;
}
.TagClassName
{
border-color: #0F359F;
}
</style>