Shades of Persian Blue #0E3CBA
Tints of Persian Blue #0E3CBA
RGB
CMYK
RGB Variations
Color information
#0E3CBA (or 0x0E3CBA) is known color: Persian Blue. HEX triplet: 0E, 3C and BA. RGB value is (14,60,186). Sum of RGB (Red+Green+Blue) = 14+60+186=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E3CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3CBA is #F1C345. Grayscale: #3C3C3C. Windows color (decimal): -15844166 or 12205070. OLE color: 12205070.
HSL color Cylindrical-coordinate representation of color #0E3CBA: hue angle of 223.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3CBA is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 60 | 186 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.27 |
| HSL | 223.95º | 0.86% | 0.39% | - |
| HSV(B) | 223.95º | 0.92% | 0.73% | - |
| XYZ | 10.66 | 6.87 | 47.22 | - |
| YUV | 60.61 | 198.76 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 186 | 0.92 | 0.68 | 0 | 0.27 | 223.95 | 0.86 | 0.39 |
| Hex | E | 3C | BA | 5C | 44 | 0 | 1B | E0 | 56 | 27 |
| Octal | 16 | 74 | 272 | 134 | 104 | 0 | 33 | 340 | 126 | 47 |
| Binary | 1110 | 111100 | 10111010 | 1011100 | 1000100 | 0 | 11011 | 11100000 | 1010110 | 100111 |
Color Harmonies of #0E3CBA
Complementary color
Monochromatic Colors of #0E3CBA
Black with #0E3CBA
Text Example
Text Example
White with #0E3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3CBA; }
p { color: rgb(14,60,186); }
H1.HeaderClassName
{
color: #0E3CBA;
}
.AnyTagClassName
{
color: #0E3CBA;
}
</style>
background-color css
<style>
a { background-color: #0E3CBA; }
a { background-color: rgb(14,60,186); }
div.DivClassName
{
background-color: #0E3CBA;
}
.BgClassName
{
background-color: #0E3CBA;
}
</style>
border-color css
<style>
span { border-color: #0E3CBA; }
span { border-color: rgb(14,60,186); }
td.TdClassName
{
border-color: #0E3CBA;
}
.TagClassName
{
border-color: #0E3CBA;
}
</style>