Shades of Persian Blue #0E2FEA
Tints of Persian Blue #0E2FEA
RGB
CMYK
RGB Variations
Color information
#0E2FEA (or 0x0E2FEA) is known color: Persian Blue. HEX triplet: 0E, 2F and EA. RGB value is (14,47,234). Sum of RGB (Red+Green+Blue) = 14+47+234=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E2FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E2FEA is #F1D015. Grayscale: #393939. Windows color (decimal): -15847446 or 15347470. OLE color: 15347470.
HSL color Cylindrical-coordinate representation of color #0E2FEA: hue angle of 231º 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 #0E2FEA is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 47 | 234 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.08 |
| HSL | 231º | 0.89% | 0.49% | - |
| HSV(B) | 231º | 0.94% | 0.92% | - |
| XYZ | 16.05 | 8.07 | 78.55 | - |
| YUV | 58.45 | 227.07 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 47 | 234 | 0.94 | 0.80 | 0 | 0.08 | 231 | 0.89 | 0.49 |
| Hex | E | 2F | EA | 5E | 50 | 0 | 8 | E7 | 59 | 31 |
| Octal | 16 | 57 | 352 | 136 | 120 | 0 | 10 | 347 | 131 | 61 |
| Binary | 1110 | 101111 | 11101010 | 1011110 | 1010000 | 0 | 1000 | 11100111 | 1011001 | 110001 |
Color Harmonies of #0E2FEA
Complementary color
Monochromatic Colors of #0E2FEA
Black with #0E2FEA
Text Example
Text Example
White with #0E2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2FEA; }
p { color: rgb(14,47,234); }
H1.HeaderClassName
{
color: #0E2FEA;
}
.AnyTagClassName
{
color: #0E2FEA;
}
</style>
background-color css
<style>
a { background-color: #0E2FEA; }
a { background-color: rgb(14,47,234); }
div.DivClassName
{
background-color: #0E2FEA;
}
.BgClassName
{
background-color: #0E2FEA;
}
</style>
border-color css
<style>
span { border-color: #0E2FEA; }
span { border-color: rgb(14,47,234); }
td.TdClassName
{
border-color: #0E2FEA;
}
.TagClassName
{
border-color: #0E2FEA;
}
</style>