Shades of Persian Blue #0F29DB
Tints of Persian Blue #0F29DB
RGB
CMYK
RGB Variations
Color information
#0F29DB (or 0x0F29DB) is known color: Persian Blue. HEX triplet: 0F, 29 and DB. RGB value is (15,41,219). Sum of RGB (Red+Green+Blue) = 15+41+219=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F29DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F29DB is #F0D624. Grayscale: #343434. Windows color (decimal): -15783461 or 14362895. OLE color: 14362895.
HSL color Cylindrical-coordinate representation of color #0F29DB: hue angle of 232.35º 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 #0F29DB is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 41 | 219 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.14 |
| HSL | 232.35º | 0.87% | 0.46% | - |
| HSV(B) | 232.35º | 0.93% | 0.86% | - |
| XYZ | 13.78 | 6.8 | 67.6 | - |
| YUV | 53.52 | 221.39 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 219 | 0.93 | 0.81 | 0 | 0.14 | 232.35 | 0.87 | 0.46 |
| Hex | F | 29 | DB | 5D | 51 | 0 | E | E8 | 57 | 2E |
| Octal | 17 | 51 | 333 | 135 | 121 | 0 | 16 | 350 | 127 | 56 |
| Binary | 1111 | 101001 | 11011011 | 1011101 | 1010001 | 0 | 1110 | 11101000 | 1010111 | 101110 |
Color Harmonies of #0F29DB
Complementary color
Monochromatic Colors of #0F29DB
Black with #0F29DB
Text Example
Text Example
White with #0F29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F29DB; }
p { color: rgb(15,41,219); }
H1.HeaderClassName
{
color: #0F29DB;
}
.AnyTagClassName
{
color: #0F29DB;
}
</style>
background-color css
<style>
a { background-color: #0F29DB; }
a { background-color: rgb(15,41,219); }
div.DivClassName
{
background-color: #0F29DB;
}
.BgClassName
{
background-color: #0F29DB;
}
</style>
border-color css
<style>
span { border-color: #0F29DB; }
span { border-color: rgb(15,41,219); }
td.TdClassName
{
border-color: #0F29DB;
}
.TagClassName
{
border-color: #0F29DB;
}
</style>