Shades of Persian Blue #0F49DE
Tints of Persian Blue #0F49DE
RGB
CMYK
RGB Variations
Color information
#0F49DE (or 0x0F49DE) is known color: Persian Blue. HEX triplet: 0F, 49 and DE. RGB value is (15,73,222). Sum of RGB (Red+Green+Blue) = 15+73+222=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F49DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F49DE is #F0B621. Grayscale: #474747. Windows color (decimal): -15775266 or 14567695. OLE color: 14567695.
HSL color Cylindrical-coordinate representation of color #0F49DE: hue angle of 223.19º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F49DE is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 73 | 222 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.13 |
| HSL | 223.19º | 0.87% | 0.46% | - |
| HSV(B) | 223.19º | 0.93% | 0.87% | - |
| XYZ | 15.76 | 10.14 | 70.23 | - |
| YUV | 72.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 222 | 0.93 | 0.67 | 0 | 0.13 | 223.19 | 0.87 | 0.46 |
| Hex | F | 49 | DE | 5D | 43 | 0 | D | DF | 57 | 2E |
| Octal | 17 | 111 | 336 | 135 | 103 | 0 | 15 | 337 | 127 | 56 |
| Binary | 1111 | 1001001 | 11011110 | 1011101 | 1000011 | 0 | 1101 | 11011111 | 1010111 | 101110 |
Color Harmonies of #0F49DE
Complementary color
Monochromatic Colors of #0F49DE
Black with #0F49DE
Text Example
Text Example
White with #0F49DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F49DE; }
p { color: rgb(15,73,222); }
H1.HeaderClassName
{
color: #0F49DE;
}
.AnyTagClassName
{
color: #0F49DE;
}
</style>
background-color css
<style>
a { background-color: #0F49DE; }
a { background-color: rgb(15,73,222); }
div.DivClassName
{
background-color: #0F49DE;
}
.BgClassName
{
background-color: #0F49DE;
}
</style>
border-color css
<style>
span { border-color: #0F49DE; }
span { border-color: rgb(15,73,222); }
td.TdClassName
{
border-color: #0F49DE;
}
.TagClassName
{
border-color: #0F49DE;
}
</style>