Shades of Persian Blue #0F40C0
Tints of Persian Blue #0F40C0
RGB
CMYK
RGB Variations
Color information
#0F40C0 (or 0x0F40C0) is known color: Persian Blue. HEX triplet: 0F, 40 and C0. RGB value is (15,64,192). Sum of RGB (Red+Green+Blue) = 15+64+192=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F40C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F40C0 is #F0BF3F. Grayscale: #3F3F3F. Windows color (decimal): -15777600 or 12599311. OLE color: 12599311.
HSL color Cylindrical-coordinate representation of color #0F40C0: hue angle of 223.39º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F40C0 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 64 | 192 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.25 |
| HSL | 223.39º | 0.86% | 0.41% | - |
| HSV(B) | 223.39º | 0.92% | 0.75% | - |
| XYZ | 11.54 | 7.57 | 50.72 | - |
| YUV | 63.94 | 200.27 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 192 | 0.92 | 0.67 | 0 | 0.25 | 223.39 | 0.86 | 0.41 |
| Hex | F | 40 | C0 | 5C | 43 | 0 | 19 | DF | 56 | 29 |
| Octal | 17 | 100 | 300 | 134 | 103 | 0 | 31 | 337 | 126 | 51 |
| Binary | 1111 | 1000000 | 11000000 | 1011100 | 1000011 | 0 | 11001 | 11011111 | 1010110 | 101001 |
Color Harmonies of #0F40C0
Complementary color
Monochromatic Colors of #0F40C0
Black with #0F40C0
Text Example
Text Example
White with #0F40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F40C0; }
p { color: rgb(15,64,192); }
H1.HeaderClassName
{
color: #0F40C0;
}
.AnyTagClassName
{
color: #0F40C0;
}
</style>
background-color css
<style>
a { background-color: #0F40C0; }
a { background-color: rgb(15,64,192); }
div.DivClassName
{
background-color: #0F40C0;
}
.BgClassName
{
background-color: #0F40C0;
}
</style>
border-color css
<style>
span { border-color: #0F40C0; }
span { border-color: rgb(15,64,192); }
td.TdClassName
{
border-color: #0F40C0;
}
.TagClassName
{
border-color: #0F40C0;
}
</style>