Shades of Persian Blue #0F48D7
Tints of Persian Blue #0F48D7
RGB
CMYK
RGB Variations
Color information
#0F48D7 (or 0x0F48D7) is known color: Persian Blue. HEX triplet: 0F, 48 and D7. RGB value is (15,72,215). Sum of RGB (Red+Green+Blue) = 15+72+215=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 215 (84.38% from 255 or 71.19% from 302); Max value from RGB is 215 - color contains mainly: blue. Hex color #0F48D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F48D7 is #F0B728. Grayscale: #464646. Windows color (decimal): -15775529 or 14108687. OLE color: 14108687.
HSL color Cylindrical-coordinate representation of color #0F48D7: hue angle of 222.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F48D7 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 72 | 215 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.16 |
| HSL | 222.9º | 0.87% | 0.45% | - |
| HSV(B) | 222.9º | 0.93% | 0.84% | - |
| XYZ | 14.78 | 9.64 | 65.37 | - |
| YUV | 71.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 215 | 0.93 | 0.67 | 0 | 0.16 | 222.9 | 0.87 | 0.45 |
| Hex | F | 48 | D7 | 5D | 43 | 0 | 10 | DF | 57 | 2D |
| Octal | 17 | 110 | 327 | 135 | 103 | 0 | 20 | 337 | 127 | 55 |
| Binary | 1111 | 1001000 | 11010111 | 1011101 | 1000011 | 0 | 10000 | 11011111 | 1010111 | 101101 |
Color Harmonies of #0F48D7
Complementary color
Monochromatic Colors of #0F48D7
Black with #0F48D7
Text Example
Text Example
White with #0F48D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F48D7; }
p { color: rgb(15,72,215); }
H1.HeaderClassName
{
color: #0F48D7;
}
.AnyTagClassName
{
color: #0F48D7;
}
</style>
background-color css
<style>
a { background-color: #0F48D7; }
a { background-color: rgb(15,72,215); }
div.DivClassName
{
background-color: #0F48D7;
}
.BgClassName
{
background-color: #0F48D7;
}
</style>
border-color css
<style>
span { border-color: #0F48D7; }
span { border-color: rgb(15,72,215); }
td.TdClassName
{
border-color: #0F48D7;
}
.TagClassName
{
border-color: #0F48D7;
}
</style>