Shades of Persian Blue #0F2CCF
Tints of Persian Blue #0F2CCF
RGB
CMYK
RGB Variations
Color information
#0F2CCF (or 0x0F2CCF) is known color: Persian Blue. HEX triplet: 0F, 2C and CF. RGB value is (15,44,207). Sum of RGB (Red+Green+Blue) = 15+44+207=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F2CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2CCF is #F0D330. Grayscale: #353535. Windows color (decimal): -15782705 or 13577231. OLE color: 13577231.
HSL color Cylindrical-coordinate representation of color #0F2CCF: hue angle of 230.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F2CCF is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 44 | 207 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.19 |
| HSL | 230.94º | 0.86% | 0.44% | - |
| HSV(B) | 230.94º | 0.93% | 0.81% | - |
| XYZ | 12.36 | 6.41 | 59.62 | - |
| YUV | 53.91 | 214.39 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 207 | 0.93 | 0.79 | 0 | 0.19 | 230.94 | 0.86 | 0.44 |
| Hex | F | 2C | CF | 5D | 4F | 0 | 13 | E7 | 56 | 2C |
| Octal | 17 | 54 | 317 | 135 | 117 | 0 | 23 | 347 | 126 | 54 |
| Binary | 1111 | 101100 | 11001111 | 1011101 | 1001111 | 0 | 10011 | 11100111 | 1010110 | 101100 |
Color Harmonies of #0F2CCF
Complementary color
Monochromatic Colors of #0F2CCF
Black with #0F2CCF
Text Example
Text Example
White with #0F2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2CCF; }
p { color: rgb(15,44,207); }
H1.HeaderClassName
{
color: #0F2CCF;
}
.AnyTagClassName
{
color: #0F2CCF;
}
</style>
background-color css
<style>
a { background-color: #0F2CCF; }
a { background-color: rgb(15,44,207); }
div.DivClassName
{
background-color: #0F2CCF;
}
.BgClassName
{
background-color: #0F2CCF;
}
</style>
border-color css
<style>
span { border-color: #0F2CCF; }
span { border-color: rgb(15,44,207); }
td.TdClassName
{
border-color: #0F2CCF;
}
.TagClassName
{
border-color: #0F2CCF;
}
</style>