Shades of Persian Blue #0E2BE3
Tints of Persian Blue #0E2BE3
RGB
CMYK
RGB Variations
Color information
#0E2BE3 (or 0x0E2BE3) is known color: Persian Blue. HEX triplet: 0E, 2B and E3. RGB value is (14,43,227). Sum of RGB (Red+Green+Blue) = 14+43+227=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 227 (89.06% from 255 or 79.93% from 284); Max value from RGB is 227 - color contains mainly: blue. Hex color #0E2BE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2BE3 is #F1D41C. Grayscale: #363636. Windows color (decimal): -15848477 or 14887694. OLE color: 14887694.
HSL color Cylindrical-coordinate representation of color #0E2BE3: hue angle of 231.83º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E2BE3 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 43 | 227 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.11 |
| HSL | 231.83º | 0.88% | 0.47% | - |
| HSV(B) | 231.83º | 0.94% | 0.89% | - |
| XYZ | 14.91 | 7.37 | 73.31 | - |
| YUV | 55.31 | 224.89 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 43 | 227 | 0.94 | 0.81 | 0 | 0.11 | 231.83 | 0.88 | 0.47 |
| Hex | E | 2B | E3 | 5E | 51 | 0 | B | E8 | 58 | 2F |
| Octal | 16 | 53 | 343 | 136 | 121 | 0 | 13 | 350 | 130 | 57 |
| Binary | 1110 | 101011 | 11100011 | 1011110 | 1010001 | 0 | 1011 | 11101000 | 1011000 | 101111 |
Color Harmonies of #0E2BE3
Complementary color
Monochromatic Colors of #0E2BE3
Black with #0E2BE3
Text Example
Text Example
White with #0E2BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2BE3; }
p { color: rgb(14,43,227); }
H1.HeaderClassName
{
color: #0E2BE3;
}
.AnyTagClassName
{
color: #0E2BE3;
}
</style>
background-color css
<style>
a { background-color: #0E2BE3; }
a { background-color: rgb(14,43,227); }
div.DivClassName
{
background-color: #0E2BE3;
}
.BgClassName
{
background-color: #0E2BE3;
}
</style>
border-color css
<style>
span { border-color: #0E2BE3; }
span { border-color: rgb(14,43,227); }
td.TdClassName
{
border-color: #0E2BE3;
}
.TagClassName
{
border-color: #0E2BE3;
}
</style>