Shades of Persian Blue #0F37D9
Tints of Persian Blue #0F37D9
RGB
CMYK
RGB Variations
Color information
#0F37D9 (or 0x0F37D9) is known color: Persian Blue. HEX triplet: 0F, 37 and D9. RGB value is (15,55,217). Sum of RGB (Red+Green+Blue) = 15+55+217=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 217 (85.16% from 255 or 75.61% from 287); Max value from RGB is 217 - color contains mainly: blue. Hex color #0F37D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F37D9 is #F0C826. Grayscale: #3C3C3C. Windows color (decimal): -15779879 or 14235407. OLE color: 14235407.
HSL color Cylindrical-coordinate representation of color #0F37D9: hue angle of 228.12º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F37D9 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 55 | 217 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.15 |
| HSL | 228.12º | 0.87% | 0.45% | - |
| HSV(B) | 228.12º | 0.93% | 0.85% | - |
| XYZ | 14.09 | 7.84 | 66.42 | - |
| YUV | 61.51 | 215.75 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 217 | 0.93 | 0.75 | 0 | 0.15 | 228.12 | 0.87 | 0.45 |
| Hex | F | 37 | D9 | 5D | 4B | 0 | F | E4 | 57 | 2D |
| Octal | 17 | 67 | 331 | 135 | 113 | 0 | 17 | 344 | 127 | 55 |
| Binary | 1111 | 110111 | 11011001 | 1011101 | 1001011 | 0 | 1111 | 11100100 | 1010111 | 101101 |
Color Harmonies of #0F37D9
Complementary color
Monochromatic Colors of #0F37D9
Black with #0F37D9
Text Example
Text Example
White with #0F37D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F37D9; }
p { color: rgb(15,55,217); }
H1.HeaderClassName
{
color: #0F37D9;
}
.AnyTagClassName
{
color: #0F37D9;
}
</style>
background-color css
<style>
a { background-color: #0F37D9; }
a { background-color: rgb(15,55,217); }
div.DivClassName
{
background-color: #0F37D9;
}
.BgClassName
{
background-color: #0F37D9;
}
</style>
border-color css
<style>
span { border-color: #0F37D9; }
span { border-color: rgb(15,55,217); }
td.TdClassName
{
border-color: #0F37D9;
}
.TagClassName
{
border-color: #0F37D9;
}
</style>