Shades of Persian Blue #0F40EB
Tints of Persian Blue #0F40EB
RGB
CMYK
RGB Variations
Color information
#0F40EB (or 0x0F40EB) is known color: Persian Blue. HEX triplet: 0F, 40 and EB. RGB value is (15,64,235). Sum of RGB (Red+Green+Blue) = 15+64+235=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F40EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F40EB is #F0BF14. Grayscale: #444444. Windows color (decimal): -15777557 or 15417359. OLE color: 15417359.
HSL color Cylindrical-coordinate representation of color #0F40EB: hue angle of 226.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F40EB is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 64 | 235 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.08 |
| HSL | 226.64º | 0.88% | 0.49% | - |
| HSV(B) | 226.64º | 0.94% | 0.92% | - |
| XYZ | 17.03 | 9.77 | 79.59 | - |
| YUV | 68.84 | 221.77 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 235 | 0.94 | 0.73 | 0 | 0.08 | 226.64 | 0.88 | 0.49 |
| Hex | F | 40 | EB | 5E | 49 | 0 | 8 | E3 | 58 | 31 |
| Octal | 17 | 100 | 353 | 136 | 111 | 0 | 10 | 343 | 130 | 61 |
| Binary | 1111 | 1000000 | 11101011 | 1011110 | 1001001 | 0 | 1000 | 11100011 | 1011000 | 110001 |
Color Harmonies of #0F40EB
Complementary color
Monochromatic Colors of #0F40EB
Black with #0F40EB
Text Example
Text Example
White with #0F40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F40EB; }
p { color: rgb(15,64,235); }
H1.HeaderClassName
{
color: #0F40EB;
}
.AnyTagClassName
{
color: #0F40EB;
}
</style>
background-color css
<style>
a { background-color: #0F40EB; }
a { background-color: rgb(15,64,235); }
div.DivClassName
{
background-color: #0F40EB;
}
.BgClassName
{
background-color: #0F40EB;
}
</style>
border-color css
<style>
span { border-color: #0F40EB; }
span { border-color: rgb(15,64,235); }
td.TdClassName
{
border-color: #0F40EB;
}
.TagClassName
{
border-color: #0F40EB;
}
</style>