Shades of Persian Blue #0F25CE
Tints of Persian Blue #0F25CE
RGB
CMYK
RGB Variations
Color information
#0F25CE (or 0x0F25CE) is known color: Persian Blue. HEX triplet: 0F, 25 and CE. RGB value is (15,37,206). Sum of RGB (Red+Green+Blue) = 15+37+206=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F25CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F25CE is #F0DA31. Grayscale: #303030. Windows color (decimal): -15784498 or 13509903. OLE color: 13509903.
HSL color Cylindrical-coordinate representation of color #0F25CE: hue angle of 233.09º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F25CE is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 37 | 206 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.19 |
| HSL | 233.09º | 0.86% | 0.43% | - |
| HSV(B) | 233.09º | 0.93% | 0.81% | - |
| XYZ | 12 | 5.88 | 58.9 | - |
| YUV | 49.69 | 216.21 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 206 | 0.93 | 0.82 | 0 | 0.19 | 233.09 | 0.86 | 0.43 |
| Hex | F | 25 | CE | 5D | 52 | 0 | 13 | E9 | 56 | 2B |
| Octal | 17 | 45 | 316 | 135 | 122 | 0 | 23 | 351 | 126 | 53 |
| Binary | 1111 | 100101 | 11001110 | 1011101 | 1010010 | 0 | 10011 | 11101001 | 1010110 | 101011 |
Color Harmonies of #0F25CE
Complementary color
Monochromatic Colors of #0F25CE
Black with #0F25CE
Text Example
Text Example
White with #0F25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F25CE; }
p { color: rgb(15,37,206); }
H1.HeaderClassName
{
color: #0F25CE;
}
.AnyTagClassName
{
color: #0F25CE;
}
</style>
background-color css
<style>
a { background-color: #0F25CE; }
a { background-color: rgb(15,37,206); }
div.DivClassName
{
background-color: #0F25CE;
}
.BgClassName
{
background-color: #0F25CE;
}
</style>
border-color css
<style>
span { border-color: #0F25CE; }
span { border-color: rgb(15,37,206); }
td.TdClassName
{
border-color: #0F25CE;
}
.TagClassName
{
border-color: #0F25CE;
}
</style>