Shades of Persian Blue #0E35EA
Tints of Persian Blue #0E35EA
RGB
CMYK
RGB Variations
Color information
#0E35EA (or 0x0E35EA) is known color: Persian Blue. HEX triplet: 0E, 35 and EA. RGB value is (14,53,234). Sum of RGB (Red+Green+Blue) = 14+53+234=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E35EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E35EA is #F1CA15. Grayscale: #3D3D3D. Windows color (decimal): -15845910 or 15349006. OLE color: 15349006.
HSL color Cylindrical-coordinate representation of color #0E35EA: hue angle of 229.36º 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 #0E35EA is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 53 | 234 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.08 |
| HSL | 229.36º | 0.89% | 0.49% | - |
| HSV(B) | 229.36º | 0.94% | 0.92% | - |
| XYZ | 16.31 | 8.58 | 78.64 | - |
| YUV | 61.97 | 225.08 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 234 | 0.94 | 0.77 | 0 | 0.08 | 229.36 | 0.89 | 0.49 |
| Hex | E | 35 | EA | 5E | 4D | 0 | 8 | E5 | 59 | 31 |
| Octal | 16 | 65 | 352 | 136 | 115 | 0 | 10 | 345 | 131 | 61 |
| Binary | 1110 | 110101 | 11101010 | 1011110 | 1001101 | 0 | 1000 | 11100101 | 1011001 | 110001 |
Color Harmonies of #0E35EA
Complementary color
Monochromatic Colors of #0E35EA
Black with #0E35EA
Text Example
Text Example
White with #0E35EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E35EA; }
p { color: rgb(14,53,234); }
H1.HeaderClassName
{
color: #0E35EA;
}
.AnyTagClassName
{
color: #0E35EA;
}
</style>
background-color css
<style>
a { background-color: #0E35EA; }
a { background-color: rgb(14,53,234); }
div.DivClassName
{
background-color: #0E35EA;
}
.BgClassName
{
background-color: #0E35EA;
}
</style>
border-color css
<style>
span { border-color: #0E35EA; }
span { border-color: rgb(14,53,234); }
td.TdClassName
{
border-color: #0E35EA;
}
.TagClassName
{
border-color: #0E35EA;
}
</style>