Shades of Persian Blue #0E3BE1
Tints of Persian Blue #0E3BE1
RGB
CMYK
RGB Variations
Color information
#0E3BE1 (or 0x0E3BE1) is known color: Persian Blue. HEX triplet: 0E, 3B and E1. RGB value is (14,59,225). Sum of RGB (Red+Green+Blue) = 14+59+225=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 225 (88.28% from 255 or 75.50% from 298); Max value from RGB is 225 - color contains mainly: blue. Hex color #0E3BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3BE1 is #F1C41E. Grayscale: #3F3F3F. Windows color (decimal): -15844383 or 14760718. OLE color: 14760718.
HSL color Cylindrical-coordinate representation of color #0E3BE1: hue angle of 227.2º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E3BE1 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 59 | 225 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.12 |
| HSL | 227.2º | 0.88% | 0.47% | - |
| HSV(B) | 227.2º | 0.94% | 0.88% | - |
| XYZ | 15.34 | 8.66 | 72.1 | - |
| YUV | 64.47 | 218.59 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 225 | 0.94 | 0.74 | 0 | 0.12 | 227.2 | 0.88 | 0.47 |
| Hex | E | 3B | E1 | 5E | 4A | 0 | C | E3 | 58 | 2F |
| Octal | 16 | 73 | 341 | 136 | 112 | 0 | 14 | 343 | 130 | 57 |
| Binary | 1110 | 111011 | 11100001 | 1011110 | 1001010 | 0 | 1100 | 11100011 | 1011000 | 101111 |
Color Harmonies of #0E3BE1
Complementary color
Monochromatic Colors of #0E3BE1
Black with #0E3BE1
Text Example
Text Example
White with #0E3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3BE1; }
p { color: rgb(14,59,225); }
H1.HeaderClassName
{
color: #0E3BE1;
}
.AnyTagClassName
{
color: #0E3BE1;
}
</style>
background-color css
<style>
a { background-color: #0E3BE1; }
a { background-color: rgb(14,59,225); }
div.DivClassName
{
background-color: #0E3BE1;
}
.BgClassName
{
background-color: #0E3BE1;
}
</style>
border-color css
<style>
span { border-color: #0E3BE1; }
span { border-color: rgb(14,59,225); }
td.TdClassName
{
border-color: #0E3BE1;
}
.TagClassName
{
border-color: #0E3BE1;
}
</style>