Shades of Persian Blue #0E3ABD
Tints of Persian Blue #0E3ABD
RGB
CMYK
RGB Variations
Color information
#0E3ABD (or 0x0E3ABD) is known color: Persian Blue. HEX triplet: 0E, 3A and BD. RGB value is (14,58,189). Sum of RGB (Red+Green+Blue) = 14+58+189=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E3ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3ABD is #F1C542. Grayscale: #3B3B3B. Windows color (decimal): -15844675 or 12401166. OLE color: 12401166.
HSL color Cylindrical-coordinate representation of color #0E3ABD: hue angle of 224.91º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3ABD is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 58 | 189 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.26 |
| HSL | 224.91º | 0.86% | 0.4% | - |
| HSV(B) | 224.91º | 0.93% | 0.74% | - |
| XYZ | 10.88 | 6.79 | 48.88 | - |
| YUV | 59.78 | 200.92 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 58 | 189 | 0.93 | 0.69 | 0 | 0.26 | 224.91 | 0.86 | 0.4 |
| Hex | E | 3A | BD | 5D | 45 | 0 | 1A | E1 | 56 | 28 |
| Octal | 16 | 72 | 275 | 135 | 105 | 0 | 32 | 341 | 126 | 50 |
| Binary | 1110 | 111010 | 10111101 | 1011101 | 1000101 | 0 | 11010 | 11100001 | 1010110 | 101000 |
Color Harmonies of #0E3ABD
Complementary color
Monochromatic Colors of #0E3ABD
Black with #0E3ABD
Text Example
Text Example
White with #0E3ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3ABD; }
p { color: rgb(14,58,189); }
H1.HeaderClassName
{
color: #0E3ABD;
}
.AnyTagClassName
{
color: #0E3ABD;
}
</style>
background-color css
<style>
a { background-color: #0E3ABD; }
a { background-color: rgb(14,58,189); }
div.DivClassName
{
background-color: #0E3ABD;
}
.BgClassName
{
background-color: #0E3ABD;
}
</style>
border-color css
<style>
span { border-color: #0E3ABD; }
span { border-color: rgb(14,58,189); }
td.TdClassName
{
border-color: #0E3ABD;
}
.TagClassName
{
border-color: #0E3ABD;
}
</style>