Shades of Persian Blue #0F2ABF
Tints of Persian Blue #0F2ABF
RGB
CMYK
RGB Variations
Color information
#0F2ABF (or 0x0F2ABF) is known color: Persian Blue. HEX triplet: 0F, 2A and BF. RGB value is (15,42,191). Sum of RGB (Red+Green+Blue) = 15+42+191=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 191 (75% from 255 or 77.02% from 248); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F2ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2ABF is #F0D540. Grayscale: #323232. Windows color (decimal): -15783233 or 12528143. OLE color: 12528143.
HSL color Cylindrical-coordinate representation of color #0F2ABF: hue angle of 230.8º 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 #0F2ABF is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 42 | 191 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.25 |
| HSL | 230.8º | 0.85% | 0.4% | - |
| HSV(B) | 230.8º | 0.92% | 0.75% | - |
| XYZ | 10.43 | 5.52 | 49.81 | - |
| YUV | 50.91 | 207.05 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 191 | 0.92 | 0.78 | 0 | 0.25 | 230.8 | 0.85 | 0.4 |
| Hex | F | 2A | BF | 5C | 4E | 0 | 19 | E7 | 55 | 28 |
| Octal | 17 | 52 | 277 | 134 | 116 | 0 | 31 | 347 | 125 | 50 |
| Binary | 1111 | 101010 | 10111111 | 1011100 | 1001110 | 0 | 11001 | 11100111 | 1010101 | 101000 |
Color Harmonies of #0F2ABF
Complementary color
Monochromatic Colors of #0F2ABF
Black with #0F2ABF
Text Example
Text Example
White with #0F2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2ABF; }
p { color: rgb(15,42,191); }
H1.HeaderClassName
{
color: #0F2ABF;
}
.AnyTagClassName
{
color: #0F2ABF;
}
</style>
background-color css
<style>
a { background-color: #0F2ABF; }
a { background-color: rgb(15,42,191); }
div.DivClassName
{
background-color: #0F2ABF;
}
.BgClassName
{
background-color: #0F2ABF;
}
</style>
border-color css
<style>
span { border-color: #0F2ABF; }
span { border-color: rgb(15,42,191); }
td.TdClassName
{
border-color: #0F2ABF;
}
.TagClassName
{
border-color: #0F2ABF;
}
</style>