Shades of Persian Blue #0E2CEA
Tints of Persian Blue #0E2CEA
RGB
CMYK
RGB Variations
Color information
#0E2CEA (or 0x0E2CEA) is known color: Persian Blue. HEX triplet: 0E, 2C and EA. RGB value is (14,44,234). Sum of RGB (Red+Green+Blue) = 14+44+234=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 234 (91.80% from 255 or 80.14% from 292); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E2CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2CEA is #F1D315. Grayscale: #373737. Windows color (decimal): -15848214 or 15346702. OLE color: 15346702.
HSL color Cylindrical-coordinate representation of color #0E2CEA: hue angle of 231.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E2CEA is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 44 | 234 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.08 |
| HSL | 231.82º | 0.89% | 0.49% | - |
| HSV(B) | 231.82º | 0.94% | 0.92% | - |
| XYZ | 15.93 | 7.84 | 78.51 | - |
| YUV | 56.69 | 228.06 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 234 | 0.94 | 0.81 | 0 | 0.08 | 231.82 | 0.89 | 0.49 |
| Hex | E | 2C | EA | 5E | 51 | 0 | 8 | E8 | 59 | 31 |
| Octal | 16 | 54 | 352 | 136 | 121 | 0 | 10 | 350 | 131 | 61 |
| Binary | 1110 | 101100 | 11101010 | 1011110 | 1010001 | 0 | 1000 | 11101000 | 1011001 | 110001 |
Color Harmonies of #0E2CEA
Complementary color
Monochromatic Colors of #0E2CEA
Black with #0E2CEA
Text Example
Text Example
White with #0E2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2CEA; }
p { color: rgb(14,44,234); }
H1.HeaderClassName
{
color: #0E2CEA;
}
.AnyTagClassName
{
color: #0E2CEA;
}
</style>
background-color css
<style>
a { background-color: #0E2CEA; }
a { background-color: rgb(14,44,234); }
div.DivClassName
{
background-color: #0E2CEA;
}
.BgClassName
{
background-color: #0E2CEA;
}
</style>
border-color css
<style>
span { border-color: #0E2CEA; }
span { border-color: rgb(14,44,234); }
td.TdClassName
{
border-color: #0E2CEA;
}
.TagClassName
{
border-color: #0E2CEA;
}
</style>