Shades of Persian Blue #0E3ABC
Tints of Persian Blue #0E3ABC
RGB
CMYK
RGB Variations
Color information
#0E3ABC (or 0x0E3ABC) is known color: Persian Blue. HEX triplet: 0E, 3A and BC. RGB value is (14,58,188). Sum of RGB (Red+Green+Blue) = 14+58+188=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E3ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3ABC is #F1C543. Grayscale: #3B3B3B. Windows color (decimal): -15844676 or 12335630. OLE color: 12335630.
HSL color Cylindrical-coordinate representation of color #0E3ABC: hue angle of 224.83º 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 #0E3ABC is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 58 | 188 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.26 |
| HSL | 224.83º | 0.86% | 0.4% | - |
| HSV(B) | 224.83º | 0.93% | 0.74% | - |
| XYZ | 10.77 | 6.75 | 48.31 | - |
| YUV | 59.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 58 | 188 | 0.93 | 0.69 | 0 | 0.26 | 224.83 | 0.86 | 0.4 |
| Hex | E | 3A | BC | 5D | 45 | 0 | 1A | E1 | 56 | 28 |
| Octal | 16 | 72 | 274 | 135 | 105 | 0 | 32 | 341 | 126 | 50 |
| Binary | 1110 | 111010 | 10111100 | 1011101 | 1000101 | 0 | 11010 | 11100001 | 1010110 | 101000 |
Color Harmonies of #0E3ABC
Complementary color
Monochromatic Colors of #0E3ABC
Black with #0E3ABC
Text Example
Text Example
White with #0E3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3ABC; }
p { color: rgb(14,58,188); }
H1.HeaderClassName
{
color: #0E3ABC;
}
.AnyTagClassName
{
color: #0E3ABC;
}
</style>
background-color css
<style>
a { background-color: #0E3ABC; }
a { background-color: rgb(14,58,188); }
div.DivClassName
{
background-color: #0E3ABC;
}
.BgClassName
{
background-color: #0E3ABC;
}
</style>
border-color css
<style>
span { border-color: #0E3ABC; }
span { border-color: rgb(14,58,188); }
td.TdClassName
{
border-color: #0E3ABC;
}
.TagClassName
{
border-color: #0E3ABC;
}
</style>