Shades of Persian Blue #0F48DC
Tints of Persian Blue #0F48DC
RGB
CMYK
RGB Variations
Color information
#0F48DC (or 0x0F48DC) is known color: Persian Blue. HEX triplet: 0F, 48 and DC. RGB value is (15,72,220). Sum of RGB (Red+Green+Blue) = 15+72+220=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F48DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F48DC is #F0B723. Grayscale: #474747. Windows color (decimal): -15775524 or 14436367. OLE color: 14436367.
HSL color Cylindrical-coordinate representation of color #0F48DC: hue angle of 223.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F48DC is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 72 | 220 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.14 |
| HSL | 223.32º | 0.87% | 0.46% | - |
| HSV(B) | 223.32º | 0.93% | 0.86% | - |
| XYZ | 15.43 | 9.9 | 68.81 | - |
| YUV | 71.83 | 211.62 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 220 | 0.93 | 0.67 | 0 | 0.14 | 223.32 | 0.87 | 0.46 |
| Hex | F | 48 | DC | 5D | 43 | 0 | E | DF | 57 | 2E |
| Octal | 17 | 110 | 334 | 135 | 103 | 0 | 16 | 337 | 127 | 56 |
| Binary | 1111 | 1001000 | 11011100 | 1011101 | 1000011 | 0 | 1110 | 11011111 | 1010111 | 101110 |
Color Harmonies of #0F48DC
Complementary color
Monochromatic Colors of #0F48DC
Black with #0F48DC
Text Example
Text Example
White with #0F48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F48DC; }
p { color: rgb(15,72,220); }
H1.HeaderClassName
{
color: #0F48DC;
}
.AnyTagClassName
{
color: #0F48DC;
}
</style>
background-color css
<style>
a { background-color: #0F48DC; }
a { background-color: rgb(15,72,220); }
div.DivClassName
{
background-color: #0F48DC;
}
.BgClassName
{
background-color: #0F48DC;
}
</style>
border-color css
<style>
span { border-color: #0F48DC; }
span { border-color: rgb(15,72,220); }
td.TdClassName
{
border-color: #0F48DC;
}
.TagClassName
{
border-color: #0F48DC;
}
</style>