Shades of Persian Blue #0F29CA
Tints of Persian Blue #0F29CA
RGB
CMYK
RGB Variations
Color information
#0F29CA (or 0x0F29CA) is known color: Persian Blue. HEX triplet: 0F, 29 and CA. RGB value is (15,41,202). Sum of RGB (Red+Green+Blue) = 15+41+202=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F29CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F29CA is #F0D635. Grayscale: #323232. Windows color (decimal): -15783478 or 13248783. OLE color: 13248783.
HSL color Cylindrical-coordinate representation of color #0F29CA: hue angle of 231.66º 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 #0F29CA is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 41 | 202 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.21 |
| HSL | 231.66º | 0.86% | 0.43% | - |
| HSV(B) | 231.66º | 0.93% | 0.79% | - |
| XYZ | 11.65 | 5.95 | 56.41 | - |
| YUV | 51.58 | 212.89 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 202 | 0.93 | 0.80 | 0 | 0.21 | 231.66 | 0.86 | 0.43 |
| Hex | F | 29 | CA | 5D | 50 | 0 | 15 | E8 | 56 | 2B |
| Octal | 17 | 51 | 312 | 135 | 120 | 0 | 25 | 350 | 126 | 53 |
| Binary | 1111 | 101001 | 11001010 | 1011101 | 1010000 | 0 | 10101 | 11101000 | 1010110 | 101011 |
Color Harmonies of #0F29CA
Complementary color
Monochromatic Colors of #0F29CA
Black with #0F29CA
Text Example
Text Example
White with #0F29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F29CA; }
p { color: rgb(15,41,202); }
H1.HeaderClassName
{
color: #0F29CA;
}
.AnyTagClassName
{
color: #0F29CA;
}
</style>
background-color css
<style>
a { background-color: #0F29CA; }
a { background-color: rgb(15,41,202); }
div.DivClassName
{
background-color: #0F29CA;
}
.BgClassName
{
background-color: #0F29CA;
}
</style>
border-color css
<style>
span { border-color: #0F29CA; }
span { border-color: rgb(15,41,202); }
td.TdClassName
{
border-color: #0F29CA;
}
.TagClassName
{
border-color: #0F29CA;
}
</style>