Shades of Persian Blue #0F40CA
Tints of Persian Blue #0F40CA
RGB
CMYK
RGB Variations
Color information
#0F40CA (or 0x0F40CA) is known color: Persian Blue. HEX triplet: 0F, 40 and CA. RGB value is (15,64,202). Sum of RGB (Red+Green+Blue) = 15+64+202=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F40CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F40CA is #F0BF35. Grayscale: #404040. Windows color (decimal): -15777590 or 13254671. OLE color: 13254671.
HSL color Cylindrical-coordinate representation of color #0F40CA: hue angle of 224.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F40CA is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 64 | 202 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.21 |
| HSL | 224.28º | 0.86% | 0.43% | - |
| HSV(B) | 224.28º | 0.93% | 0.79% | - |
| XYZ | 12.69 | 8.03 | 56.76 | - |
| YUV | 65.08 | 205.27 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 202 | 0.93 | 0.68 | 0 | 0.21 | 224.28 | 0.86 | 0.43 |
| Hex | F | 40 | CA | 5D | 44 | 0 | 15 | E0 | 56 | 2B |
| Octal | 17 | 100 | 312 | 135 | 104 | 0 | 25 | 340 | 126 | 53 |
| Binary | 1111 | 1000000 | 11001010 | 1011101 | 1000100 | 0 | 10101 | 11100000 | 1010110 | 101011 |
Color Harmonies of #0F40CA
Complementary color
Monochromatic Colors of #0F40CA
Black with #0F40CA
Text Example
Text Example
White with #0F40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F40CA; }
p { color: rgb(15,64,202); }
H1.HeaderClassName
{
color: #0F40CA;
}
.AnyTagClassName
{
color: #0F40CA;
}
</style>
background-color css
<style>
a { background-color: #0F40CA; }
a { background-color: rgb(15,64,202); }
div.DivClassName
{
background-color: #0F40CA;
}
.BgClassName
{
background-color: #0F40CA;
}
</style>
border-color css
<style>
span { border-color: #0F40CA; }
span { border-color: rgb(15,64,202); }
td.TdClassName
{
border-color: #0F40CA;
}
.TagClassName
{
border-color: #0F40CA;
}
</style>