Shades of Persian Blue #0E3ABE
Tints of Persian Blue #0E3ABE
RGB
CMYK
RGB Variations
Color information
#0E3ABE (or 0x0E3ABE) is known color: Persian Blue. HEX triplet: 0E, 3A and BE. RGB value is (14,58,190). Sum of RGB (Red+Green+Blue) = 14+58+190=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E3ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3ABE is #F1C541. Grayscale: #3B3B3B. Windows color (decimal): -15844674 or 12466702. OLE color: 12466702.
HSL color Cylindrical-coordinate representation of color #0E3ABE: hue angle of 225º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3ABE is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 58 | 190 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.25 |
| HSL | 225º | 0.86% | 0.4% | - |
| HSV(B) | 225º | 0.93% | 0.75% | - |
| XYZ | 10.99 | 6.84 | 49.46 | - |
| YUV | 59.89 | 201.42 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 58 | 190 | 0.93 | 0.69 | 0 | 0.25 | 225 | 0.86 | 0.4 |
| Hex | E | 3A | BE | 5D | 45 | 0 | 19 | E1 | 56 | 28 |
| Octal | 16 | 72 | 276 | 135 | 105 | 0 | 31 | 341 | 126 | 50 |
| Binary | 1110 | 111010 | 10111110 | 1011101 | 1000101 | 0 | 11001 | 11100001 | 1010110 | 101000 |
Color Harmonies of #0E3ABE
Complementary color
Monochromatic Colors of #0E3ABE
Black with #0E3ABE
Text Example
Text Example
White with #0E3ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3ABE; }
p { color: rgb(14,58,190); }
H1.HeaderClassName
{
color: #0E3ABE;
}
.AnyTagClassName
{
color: #0E3ABE;
}
</style>
background-color css
<style>
a { background-color: #0E3ABE; }
a { background-color: rgb(14,58,190); }
div.DivClassName
{
background-color: #0E3ABE;
}
.BgClassName
{
background-color: #0E3ABE;
}
</style>
border-color css
<style>
span { border-color: #0E3ABE; }
span { border-color: rgb(14,58,190); }
td.TdClassName
{
border-color: #0E3ABE;
}
.TagClassName
{
border-color: #0E3ABE;
}
</style>