Shades of Persian Blue #0E29DB
Tints of Persian Blue #0E29DB
RGB
CMYK
RGB Variations
Color information
#0E29DB (or 0x0E29DB) is known color: Persian Blue. HEX triplet: 0E, 29 and DB. RGB value is (14,41,219). Sum of RGB (Red+Green+Blue) = 14+41+219=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E29DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E29DB is #F1D624. Grayscale: #343434. Windows color (decimal): -15848997 or 14362894. OLE color: 14362894.
HSL color Cylindrical-coordinate representation of color #0E29DB: hue angle of 232.1º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E29DB is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 41 | 219 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.14 |
| HSL | 232.1º | 0.88% | 0.46% | - |
| HSV(B) | 232.1º | 0.94% | 0.86% | - |
| XYZ | 13.76 | 6.79 | 67.6 | - |
| YUV | 53.22 | 221.55 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 219 | 0.94 | 0.81 | 0 | 0.14 | 232.1 | 0.88 | 0.46 |
| Hex | E | 29 | DB | 5E | 51 | 0 | E | E8 | 58 | 2E |
| Octal | 16 | 51 | 333 | 136 | 121 | 0 | 16 | 350 | 130 | 56 |
| Binary | 1110 | 101001 | 11011011 | 1011110 | 1010001 | 0 | 1110 | 11101000 | 1011000 | 101110 |
Color Harmonies of #0E29DB
Complementary color
Monochromatic Colors of #0E29DB
Black with #0E29DB
Text Example
Text Example
White with #0E29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E29DB; }
p { color: rgb(14,41,219); }
H1.HeaderClassName
{
color: #0E29DB;
}
.AnyTagClassName
{
color: #0E29DB;
}
</style>
background-color css
<style>
a { background-color: #0E29DB; }
a { background-color: rgb(14,41,219); }
div.DivClassName
{
background-color: #0E29DB;
}
.BgClassName
{
background-color: #0E29DB;
}
</style>
border-color css
<style>
span { border-color: #0E29DB; }
span { border-color: rgb(14,41,219); }
td.TdClassName
{
border-color: #0E29DB;
}
.TagClassName
{
border-color: #0E29DB;
}
</style>