Shades of Persian Blue #0F2FCF
Tints of Persian Blue #0F2FCF
RGB
CMYK
RGB Variations
Color information
#0F2FCF (or 0x0F2FCF) is known color: Persian Blue. HEX triplet: 0F, 2F and CF. RGB value is (15,47,207). Sum of RGB (Red+Green+Blue) = 15+47+207=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F2FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2FCF is #F0D030. Grayscale: #373737. Windows color (decimal): -15781937 or 13577999. OLE color: 13577999.
HSL color Cylindrical-coordinate representation of color #0F2FCF: hue angle of 230º 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 #0F2FCF is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 47 | 207 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.19 |
| HSL | 230º | 0.86% | 0.44% | - |
| HSV(B) | 230º | 0.93% | 0.81% | - |
| XYZ | 12.48 | 6.64 | 59.66 | - |
| YUV | 55.67 | 213.4 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 207 | 0.93 | 0.77 | 0 | 0.19 | 230 | 0.86 | 0.44 |
| Hex | F | 2F | CF | 5D | 4D | 0 | 13 | E6 | 56 | 2C |
| Octal | 17 | 57 | 317 | 135 | 115 | 0 | 23 | 346 | 126 | 54 |
| Binary | 1111 | 101111 | 11001111 | 1011101 | 1001101 | 0 | 10011 | 11100110 | 1010110 | 101100 |
Color Harmonies of #0F2FCF
Complementary color
Monochromatic Colors of #0F2FCF
Black with #0F2FCF
Text Example
Text Example
White with #0F2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2FCF; }
p { color: rgb(15,47,207); }
H1.HeaderClassName
{
color: #0F2FCF;
}
.AnyTagClassName
{
color: #0F2FCF;
}
</style>
background-color css
<style>
a { background-color: #0F2FCF; }
a { background-color: rgb(15,47,207); }
div.DivClassName
{
background-color: #0F2FCF;
}
.BgClassName
{
background-color: #0F2FCF;
}
</style>
border-color css
<style>
span { border-color: #0F2FCF; }
span { border-color: rgb(15,47,207); }
td.TdClassName
{
border-color: #0F2FCF;
}
.TagClassName
{
border-color: #0F2FCF;
}
</style>