Shades of Persian Blue #0E3CDB
Tints of Persian Blue #0E3CDB
RGB
CMYK
RGB Variations
Color information
#0E3CDB (or 0x0E3CDB) is known color: Persian Blue. HEX triplet: 0E, 3C and DB. RGB value is (14,60,219). Sum of RGB (Red+Green+Blue) = 14+60+219=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E3CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3CDB is #F1C324. Grayscale: #3F3F3F. Windows color (decimal): -15844133 or 14367758. OLE color: 14367758.
HSL color Cylindrical-coordinate representation of color #0E3CDB: hue angle of 226.54º 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 #0E3CDB is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 60 | 219 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.14 |
| HSL | 226.54º | 0.88% | 0.46% | - |
| HSV(B) | 226.54º | 0.94% | 0.86% | - |
| XYZ | 14.58 | 8.44 | 67.88 | - |
| YUV | 64.37 | 215.26 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 219 | 0.94 | 0.73 | 0 | 0.14 | 226.54 | 0.88 | 0.46 |
| Hex | E | 3C | DB | 5E | 49 | 0 | E | E3 | 58 | 2E |
| Octal | 16 | 74 | 333 | 136 | 111 | 0 | 16 | 343 | 130 | 56 |
| Binary | 1110 | 111100 | 11011011 | 1011110 | 1001001 | 0 | 1110 | 11100011 | 1011000 | 101110 |
Color Harmonies of #0E3CDB
Complementary color
Monochromatic Colors of #0E3CDB
Black with #0E3CDB
Text Example
Text Example
White with #0E3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3CDB; }
p { color: rgb(14,60,219); }
H1.HeaderClassName
{
color: #0E3CDB;
}
.AnyTagClassName
{
color: #0E3CDB;
}
</style>
background-color css
<style>
a { background-color: #0E3CDB; }
a { background-color: rgb(14,60,219); }
div.DivClassName
{
background-color: #0E3CDB;
}
.BgClassName
{
background-color: #0E3CDB;
}
</style>
border-color css
<style>
span { border-color: #0E3CDB; }
span { border-color: rgb(14,60,219); }
td.TdClassName
{
border-color: #0E3CDB;
}
.TagClassName
{
border-color: #0E3CDB;
}
</style>