Shades of Persian Blue #0F37BF
Tints of Persian Blue #0F37BF
RGB
CMYK
RGB Variations
Color information
#0F37BF (or 0x0F37BF) is known color: Persian Blue. HEX triplet: 0F, 37 and BF. RGB value is (15,55,191). Sum of RGB (Red+Green+Blue) = 15+55+191=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F37BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F37BF is #F0C840. Grayscale: #393939. Windows color (decimal): -15779905 or 12531471. OLE color: 12531471.
HSL color Cylindrical-coordinate representation of color #0F37BF: hue angle of 226.36º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F37BF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 55 | 191 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.25 |
| HSL | 226.36º | 0.85% | 0.4% | - |
| HSV(B) | 226.36º | 0.92% | 0.75% | - |
| XYZ | 10.97 | 6.6 | 49.99 | - |
| YUV | 58.54 | 202.75 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 191 | 0.92 | 0.71 | 0 | 0.25 | 226.36 | 0.85 | 0.4 |
| Hex | F | 37 | BF | 5C | 47 | 0 | 19 | E2 | 55 | 28 |
| Octal | 17 | 67 | 277 | 134 | 107 | 0 | 31 | 342 | 125 | 50 |
| Binary | 1111 | 110111 | 10111111 | 1011100 | 1000111 | 0 | 11001 | 11100010 | 1010101 | 101000 |
Color Harmonies of #0F37BF
Complementary color
Monochromatic Colors of #0F37BF
Black with #0F37BF
Text Example
Text Example
White with #0F37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F37BF; }
p { color: rgb(15,55,191); }
H1.HeaderClassName
{
color: #0F37BF;
}
.AnyTagClassName
{
color: #0F37BF;
}
</style>
background-color css
<style>
a { background-color: #0F37BF; }
a { background-color: rgb(15,55,191); }
div.DivClassName
{
background-color: #0F37BF;
}
.BgClassName
{
background-color: #0F37BF;
}
</style>
border-color css
<style>
span { border-color: #0F37BF; }
span { border-color: rgb(15,55,191); }
td.TdClassName
{
border-color: #0F37BF;
}
.TagClassName
{
border-color: #0F37BF;
}
</style>