Shades of Persian Blue #0F20BF
Tints of Persian Blue #0F20BF
RGB
CMYK
RGB Variations
Color information
#0F20BF (or 0x0F20BF) is known color: Persian Blue. HEX triplet: 0F, 20 and BF. RGB value is (15,32,191). Sum of RGB (Red+Green+Blue) = 15+32+191=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F20BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F20BF is #F0DF40. Grayscale: #2C2C2C. Windows color (decimal): -15785793 or 12525583. OLE color: 12525583.
HSL color Cylindrical-coordinate representation of color #0F20BF: hue angle of 234.2º 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 #0F20BF is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 32 | 191 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.25 |
| HSL | 234.2º | 0.85% | 0.4% | - |
| HSV(B) | 234.2º | 0.92% | 0.75% | - |
| XYZ | 10.12 | 4.9 | 49.7 | - |
| YUV | 45.04 | 210.37 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 191 | 0.92 | 0.83 | 0 | 0.25 | 234.2 | 0.85 | 0.4 |
| Hex | F | 20 | BF | 5C | 53 | 0 | 19 | EA | 55 | 28 |
| Octal | 17 | 40 | 277 | 134 | 123 | 0 | 31 | 352 | 125 | 50 |
| Binary | 1111 | 100000 | 10111111 | 1011100 | 1010011 | 0 | 11001 | 11101010 | 1010101 | 101000 |
Color Harmonies of #0F20BF
Complementary color
Monochromatic Colors of #0F20BF
Black with #0F20BF
Text Example
Text Example
White with #0F20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F20BF; }
p { color: rgb(15,32,191); }
H1.HeaderClassName
{
color: #0F20BF;
}
.AnyTagClassName
{
color: #0F20BF;
}
</style>
background-color css
<style>
a { background-color: #0F20BF; }
a { background-color: rgb(15,32,191); }
div.DivClassName
{
background-color: #0F20BF;
}
.BgClassName
{
background-color: #0F20BF;
}
</style>
border-color css
<style>
span { border-color: #0F20BF; }
span { border-color: rgb(15,32,191); }
td.TdClassName
{
border-color: #0F20BF;
}
.TagClassName
{
border-color: #0F20BF;
}
</style>