Shades of Persian Blue #0F2BC9
Tints of Persian Blue #0F2BC9
RGB
CMYK
RGB Variations
Color information
#0F2BC9 (or 0x0F2BC9) is known color: Persian Blue. HEX triplet: 0F, 2B and C9. RGB value is (15,43,201). Sum of RGB (Red+Green+Blue) = 15+43+201=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 201 (78.91% from 255 or 77.61% from 259); Max value from RGB is 201 - color contains mainly: blue. Hex color #0F2BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2BC9 is #F0D436. Grayscale: #333333. Windows color (decimal): -15782967 or 13183759. OLE color: 13183759.
HSL color Cylindrical-coordinate representation of color #0F2BC9: hue angle of 230.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F2BC9 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 43 | 201 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.21 |
| HSL | 230.97º | 0.86% | 0.42% | - |
| HSV(B) | 230.97º | 0.93% | 0.79% | - |
| XYZ | 11.6 | 6.05 | 55.81 | - |
| YUV | 52.64 | 211.72 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 201 | 0.93 | 0.79 | 0 | 0.21 | 230.97 | 0.86 | 0.42 |
| Hex | F | 2B | C9 | 5D | 4F | 0 | 15 | E7 | 56 | 2A |
| Octal | 17 | 53 | 311 | 135 | 117 | 0 | 25 | 347 | 126 | 52 |
| Binary | 1111 | 101011 | 11001001 | 1011101 | 1001111 | 0 | 10101 | 11100111 | 1010110 | 101010 |
Color Harmonies of #0F2BC9
Complementary color
Monochromatic Colors of #0F2BC9
Black with #0F2BC9
Text Example
Text Example
White with #0F2BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2BC9; }
p { color: rgb(15,43,201); }
H1.HeaderClassName
{
color: #0F2BC9;
}
.AnyTagClassName
{
color: #0F2BC9;
}
</style>
background-color css
<style>
a { background-color: #0F2BC9; }
a { background-color: rgb(15,43,201); }
div.DivClassName
{
background-color: #0F2BC9;
}
.BgClassName
{
background-color: #0F2BC9;
}
</style>
border-color css
<style>
span { border-color: #0F2BC9; }
span { border-color: rgb(15,43,201); }
td.TdClassName
{
border-color: #0F2BC9;
}
.TagClassName
{
border-color: #0F2BC9;
}
</style>