Shades of Persian Blue #0F40F1
Tints of Persian Blue #0F40F1
RGB
CMYK
RGB Variations
Color information
#0F40F1 (or 0x0F40F1) is known color: Persian Blue. HEX triplet: 0F, 40 and F1. RGB value is (15,64,241). Sum of RGB (Red+Green+Blue) = 15+64+241=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #0F40F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F40F1 is #F0BF0E. Grayscale: #444444. Windows color (decimal): -15777551 or 15810575. OLE color: 15810575.
HSL color Cylindrical-coordinate representation of color #0F40F1: hue angle of 226.99º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F40F1 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 64 | 241 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.05 |
| HSL | 226.99º | 0.89% | 0.5% | - |
| HSV(B) | 226.99º | 0.94% | 0.95% | - |
| XYZ | 17.91 | 10.12 | 84.23 | - |
| YUV | 69.53 | 224.77 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 241 | 0.94 | 0.73 | 0 | 0.05 | 226.99 | 0.89 | 0.5 |
| Hex | F | 40 | F1 | 5E | 49 | 0 | 5 | E3 | 59 | 32 |
| Octal | 17 | 100 | 361 | 136 | 111 | 0 | 5 | 343 | 131 | 62 |
| Binary | 1111 | 1000000 | 11110001 | 1011110 | 1001001 | 0 | 101 | 11100011 | 1011001 | 110010 |
Color Harmonies of #0F40F1
Complementary color
Monochromatic Colors of #0F40F1
Black with #0F40F1
Text Example
Text Example
White with #0F40F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F40F1; }
p { color: rgb(15,64,241); }
H1.HeaderClassName
{
color: #0F40F1;
}
.AnyTagClassName
{
color: #0F40F1;
}
</style>
background-color css
<style>
a { background-color: #0F40F1; }
a { background-color: rgb(15,64,241); }
div.DivClassName
{
background-color: #0F40F1;
}
.BgClassName
{
background-color: #0F40F1;
}
</style>
border-color css
<style>
span { border-color: #0F40F1; }
span { border-color: rgb(15,64,241); }
td.TdClassName
{
border-color: #0F40F1;
}
.TagClassName
{
border-color: #0F40F1;
}
</style>