Shades of Persian Blue #0F2FBB
Tints of Persian Blue #0F2FBB
RGB
CMYK
RGB Variations
Color information
#0F2FBB (or 0x0F2FBB) is known color: Persian Blue. HEX triplet: 0F, 2F and BB. RGB value is (15,47,187). Sum of RGB (Red+Green+Blue) = 15+47+187=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F2FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2FBB is #F0D044. Grayscale: #343434. Windows color (decimal): -15781957 or 12267279. OLE color: 12267279.
HSL color Cylindrical-coordinate representation of color #0F2FBB: hue angle of 228.84º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F2FBB is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 47 | 187 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.27 |
| HSL | 228.84º | 0.85% | 0.4% | - |
| HSV(B) | 228.84º | 0.92% | 0.73% | - |
| XYZ | 10.18 | 5.72 | 47.58 | - |
| YUV | 53.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 187 | 0.92 | 0.75 | 0 | 0.27 | 228.84 | 0.85 | 0.4 |
| Hex | F | 2F | BB | 5C | 4B | 0 | 1B | E5 | 55 | 28 |
| Octal | 17 | 57 | 273 | 134 | 113 | 0 | 33 | 345 | 125 | 50 |
| Binary | 1111 | 101111 | 10111011 | 1011100 | 1001011 | 0 | 11011 | 11100101 | 1010101 | 101000 |
Color Harmonies of #0F2FBB
Complementary color
Monochromatic Colors of #0F2FBB
Black with #0F2FBB
Text Example
Text Example
White with #0F2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2FBB; }
p { color: rgb(15,47,187); }
H1.HeaderClassName
{
color: #0F2FBB;
}
.AnyTagClassName
{
color: #0F2FBB;
}
</style>
background-color css
<style>
a { background-color: #0F2FBB; }
a { background-color: rgb(15,47,187); }
div.DivClassName
{
background-color: #0F2FBB;
}
.BgClassName
{
background-color: #0F2FBB;
}
</style>
border-color css
<style>
span { border-color: #0F2FBB; }
span { border-color: rgb(15,47,187); }
td.TdClassName
{
border-color: #0F2FBB;
}
.TagClassName
{
border-color: #0F2FBB;
}
</style>