Shades of Persian Blue #0F1BBF
Tints of Persian Blue #0F1BBF
RGB
CMYK
RGB Variations
Color information
#0F1BBF (or 0x0F1BBF) is known color: Persian Blue. HEX triplet: 0F, 1B and BF. RGB value is (15,27,191). Sum of RGB (Red+Green+Blue) = 15+27+191=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 191 (75% from 255 or 81.97% from 233); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F1BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1BBF is #F0E440. Grayscale: #292929. Windows color (decimal): -15787073 or 12524303. OLE color: 12524303.
HSL color Cylindrical-coordinate representation of color #0F1BBF: hue angle of 235.91º 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 #0F1BBF is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 27 | 191 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.25 |
| HSL | 235.91º | 0.85% | 0.4% | - |
| HSV(B) | 235.91º | 0.92% | 0.75% | - |
| XYZ | 9.99 | 4.65 | 49.66 | - |
| YUV | 42.11 | 212.02 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 27 | 191 | 0.92 | 0.86 | 0 | 0.25 | 235.91 | 0.85 | 0.4 |
| Hex | F | 1B | BF | 5C | 56 | 0 | 19 | EC | 55 | 28 |
| Octal | 17 | 33 | 277 | 134 | 126 | 0 | 31 | 354 | 125 | 50 |
| Binary | 1111 | 11011 | 10111111 | 1011100 | 1010110 | 0 | 11001 | 11101100 | 1010101 | 101000 |
Color Harmonies of #0F1BBF
Complementary color
Monochromatic Colors of #0F1BBF
Black with #0F1BBF
Text Example
Text Example
White with #0F1BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1BBF; }
p { color: rgb(15,27,191); }
H1.HeaderClassName
{
color: #0F1BBF;
}
.AnyTagClassName
{
color: #0F1BBF;
}
</style>
background-color css
<style>
a { background-color: #0F1BBF; }
a { background-color: rgb(15,27,191); }
div.DivClassName
{
background-color: #0F1BBF;
}
.BgClassName
{
background-color: #0F1BBF;
}
</style>
border-color css
<style>
span { border-color: #0F1BBF; }
span { border-color: rgb(15,27,191); }
td.TdClassName
{
border-color: #0F1BBF;
}
.TagClassName
{
border-color: #0F1BBF;
}
</style>