Shades of Persian Blue #0E3FE0
Tints of Persian Blue #0E3FE0
RGB
CMYK
RGB Variations
Color information
#0E3FE0 (or 0x0E3FE0) is known color: Persian Blue. HEX triplet: 0E, 3F and E0. RGB value is (14,63,224). Sum of RGB (Red+Green+Blue) = 14+63+224=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 224 (87.89% from 255 or 74.42% from 301); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E3FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3FE0 is #F1C01F. Grayscale: #424242. Windows color (decimal): -15843360 or 14696206. OLE color: 14696206.
HSL color Cylindrical-coordinate representation of color #0E3FE0: hue angle of 226º 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 #0E3FE0 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 63 | 224 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.12 |
| HSL | 226º | 0.88% | 0.47% | - |
| HSV(B) | 226º | 0.94% | 0.88% | - |
| XYZ | 15.41 | 9.03 | 71.45 | - |
| YUV | 66.7 | 216.77 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 63 | 224 | 0.94 | 0.72 | 0 | 0.12 | 226 | 0.88 | 0.47 |
| Hex | E | 3F | E0 | 5E | 48 | 0 | C | E2 | 58 | 2F |
| Octal | 16 | 77 | 340 | 136 | 110 | 0 | 14 | 342 | 130 | 57 |
| Binary | 1110 | 111111 | 11100000 | 1011110 | 1001000 | 0 | 1100 | 11100010 | 1011000 | 101111 |
Color Harmonies of #0E3FE0
Complementary color
Monochromatic Colors of #0E3FE0
Black with #0E3FE0
Text Example
Text Example
White with #0E3FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3FE0; }
p { color: rgb(14,63,224); }
H1.HeaderClassName
{
color: #0E3FE0;
}
.AnyTagClassName
{
color: #0E3FE0;
}
</style>
background-color css
<style>
a { background-color: #0E3FE0; }
a { background-color: rgb(14,63,224); }
div.DivClassName
{
background-color: #0E3FE0;
}
.BgClassName
{
background-color: #0E3FE0;
}
</style>
border-color css
<style>
span { border-color: #0E3FE0; }
span { border-color: rgb(14,63,224); }
td.TdClassName
{
border-color: #0E3FE0;
}
.TagClassName
{
border-color: #0E3FE0;
}
</style>