Shades of Persian Blue #0F29DC
Tints of Persian Blue #0F29DC
RGB
CMYK
RGB Variations
Color information
#0F29DC (or 0x0F29DC) is known color: Persian Blue. HEX triplet: 0F, 29 and DC. RGB value is (15,41,220). Sum of RGB (Red+Green+Blue) = 15+41+220=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F29DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F29DC is #F0D623. Grayscale: #343434. Windows color (decimal): -15783460 or 14428431. OLE color: 14428431.
HSL color Cylindrical-coordinate representation of color #0F29DC: hue angle of 232.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F29DC is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 41 | 220 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.14 |
| HSL | 232.39º | 0.87% | 0.46% | - |
| HSV(B) | 232.39º | 0.93% | 0.86% | - |
| XYZ | 13.91 | 6.85 | 68.3 | - |
| YUV | 53.63 | 221.89 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 220 | 0.93 | 0.81 | 0 | 0.14 | 232.39 | 0.87 | 0.46 |
| Hex | F | 29 | DC | 5D | 51 | 0 | E | E8 | 57 | 2E |
| Octal | 17 | 51 | 334 | 135 | 121 | 0 | 16 | 350 | 127 | 56 |
| Binary | 1111 | 101001 | 11011100 | 1011101 | 1010001 | 0 | 1110 | 11101000 | 1010111 | 101110 |
Color Harmonies of #0F29DC
Complementary color
Monochromatic Colors of #0F29DC
Black with #0F29DC
Text Example
Text Example
White with #0F29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F29DC; }
p { color: rgb(15,41,220); }
H1.HeaderClassName
{
color: #0F29DC;
}
.AnyTagClassName
{
color: #0F29DC;
}
</style>
background-color css
<style>
a { background-color: #0F29DC; }
a { background-color: rgb(15,41,220); }
div.DivClassName
{
background-color: #0F29DC;
}
.BgClassName
{
background-color: #0F29DC;
}
</style>
border-color css
<style>
span { border-color: #0F29DC; }
span { border-color: rgb(15,41,220); }
td.TdClassName
{
border-color: #0F29DC;
}
.TagClassName
{
border-color: #0F29DC;
}
</style>