Shades of Persian Blue #0F34BF
Tints of Persian Blue #0F34BF
RGB
CMYK
RGB Variations
Color information
#0F34BF (or 0x0F34BF) is known color: Persian Blue. HEX triplet: 0F, 34 and BF. RGB value is (15,52,191). Sum of RGB (Red+Green+Blue) = 15+52+191=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F34BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F34BF is #F0CB40. Grayscale: #383838. Windows color (decimal): -15780673 or 12530703. OLE color: 12530703.
HSL color Cylindrical-coordinate representation of color #0F34BF: hue angle of 227.39º 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 #0F34BF is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 52 | 191 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.25 |
| HSL | 227.39º | 0.85% | 0.4% | - |
| HSV(B) | 227.39º | 0.92% | 0.75% | - |
| XYZ | 10.83 | 6.32 | 49.94 | - |
| YUV | 56.78 | 203.74 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 191 | 0.92 | 0.73 | 0 | 0.25 | 227.39 | 0.85 | 0.4 |
| Hex | F | 34 | BF | 5C | 49 | 0 | 19 | E3 | 55 | 28 |
| Octal | 17 | 64 | 277 | 134 | 111 | 0 | 31 | 343 | 125 | 50 |
| Binary | 1111 | 110100 | 10111111 | 1011100 | 1001001 | 0 | 11001 | 11100011 | 1010101 | 101000 |
Color Harmonies of #0F34BF
Complementary color
Monochromatic Colors of #0F34BF
Black with #0F34BF
Text Example
Text Example
White with #0F34BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F34BF; }
p { color: rgb(15,52,191); }
H1.HeaderClassName
{
color: #0F34BF;
}
.AnyTagClassName
{
color: #0F34BF;
}
</style>
background-color css
<style>
a { background-color: #0F34BF; }
a { background-color: rgb(15,52,191); }
div.DivClassName
{
background-color: #0F34BF;
}
.BgClassName
{
background-color: #0F34BF;
}
</style>
border-color css
<style>
span { border-color: #0F34BF; }
span { border-color: rgb(15,52,191); }
td.TdClassName
{
border-color: #0F34BF;
}
.TagClassName
{
border-color: #0F34BF;
}
</style>