Shades of Persian Blue #0E3ED7
Tints of Persian Blue #0E3ED7
RGB
CMYK
RGB Variations
Color information
#0E3ED7 (or 0x0E3ED7) is known color: Persian Blue. HEX triplet: 0E, 3E and D7. RGB value is (14,62,215). Sum of RGB (Red+Green+Blue) = 14+62+215=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #0E3ED7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3ED7 is #F1C128. Grayscale: #404040. Windows color (decimal): -15843625 or 14106126. OLE color: 14106126.
HSL color Cylindrical-coordinate representation of color #0E3ED7: hue angle of 225.67º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3ED7 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 62 | 215 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.16 |
| HSL | 225.67º | 0.88% | 0.45% | - |
| HSV(B) | 225.67º | 0.93% | 0.84% | - |
| XYZ | 14.17 | 8.44 | 65.17 | - |
| YUV | 65.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 62 | 215 | 0.93 | 0.71 | 0 | 0.16 | 225.67 | 0.88 | 0.45 |
| Hex | E | 3E | D7 | 5D | 47 | 0 | 10 | E2 | 58 | 2D |
| Octal | 16 | 76 | 327 | 135 | 107 | 0 | 20 | 342 | 130 | 55 |
| Binary | 1110 | 111110 | 11010111 | 1011101 | 1000111 | 0 | 10000 | 11100010 | 1011000 | 101101 |
Color Harmonies of #0E3ED7
Complementary color
Monochromatic Colors of #0E3ED7
Black with #0E3ED7
Text Example
Text Example
White with #0E3ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3ED7; }
p { color: rgb(14,62,215); }
H1.HeaderClassName
{
color: #0E3ED7;
}
.AnyTagClassName
{
color: #0E3ED7;
}
</style>
background-color css
<style>
a { background-color: #0E3ED7; }
a { background-color: rgb(14,62,215); }
div.DivClassName
{
background-color: #0E3ED7;
}
.BgClassName
{
background-color: #0E3ED7;
}
</style>
border-color css
<style>
span { border-color: #0E3ED7; }
span { border-color: rgb(14,62,215); }
td.TdClassName
{
border-color: #0E3ED7;
}
.TagClassName
{
border-color: #0E3ED7;
}
</style>