Shades of Persian Blue #0F1EBF
Tints of Persian Blue #0F1EBF
RGB
CMYK
RGB Variations
Color information
#0F1EBF (or 0x0F1EBF) is known color: Persian Blue. HEX triplet: 0F, 1E and BF. RGB value is (15,30,191). Sum of RGB (Red+Green+Blue) = 15+30+191=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 191 (75% from 255 or 80.93% from 236); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F1EBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1EBF is #F0E140. Grayscale: #2B2B2B. Windows color (decimal): -15786305 or 12525071. OLE color: 12525071.
HSL color Cylindrical-coordinate representation of color #0F1EBF: hue angle of 234.89º 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 #0F1EBF is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 30 | 191 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.25 |
| HSL | 234.89º | 0.85% | 0.4% | - |
| HSV(B) | 234.89º | 0.92% | 0.75% | - |
| XYZ | 10.07 | 4.79 | 49.68 | - |
| YUV | 43.87 | 211.03 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 191 | 0.92 | 0.84 | 0 | 0.25 | 234.89 | 0.85 | 0.4 |
| Hex | F | 1E | BF | 5C | 54 | 0 | 19 | EB | 55 | 28 |
| Octal | 17 | 36 | 277 | 134 | 124 | 0 | 31 | 353 | 125 | 50 |
| Binary | 1111 | 11110 | 10111111 | 1011100 | 1010100 | 0 | 11001 | 11101011 | 1010101 | 101000 |
Color Harmonies of #0F1EBF
Complementary color
Monochromatic Colors of #0F1EBF
Black with #0F1EBF
Text Example
Text Example
White with #0F1EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1EBF; }
p { color: rgb(15,30,191); }
H1.HeaderClassName
{
color: #0F1EBF;
}
.AnyTagClassName
{
color: #0F1EBF;
}
</style>
background-color css
<style>
a { background-color: #0F1EBF; }
a { background-color: rgb(15,30,191); }
div.DivClassName
{
background-color: #0F1EBF;
}
.BgClassName
{
background-color: #0F1EBF;
}
</style>
border-color css
<style>
span { border-color: #0F1EBF; }
span { border-color: rgb(15,30,191); }
td.TdClassName
{
border-color: #0F1EBF;
}
.TagClassName
{
border-color: #0F1EBF;
}
</style>