Shades of Persian Blue #0E3BBA
Tints of Persian Blue #0E3BBA
RGB
CMYK
RGB Variations
Color information
#0E3BBA (or 0x0E3BBA) is known color: Persian Blue. HEX triplet: 0E, 3B and BA. RGB value is (14,59,186). Sum of RGB (Red+Green+Blue) = 14+59+186=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E3BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3BBA is #F1C445. Grayscale: #3B3B3B. Windows color (decimal): -15844422 or 12204814. OLE color: 12204814.
HSL color Cylindrical-coordinate representation of color #0E3BBA: hue angle of 224.3º 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 #0E3BBA is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 59 | 186 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.27 |
| HSL | 224.3º | 0.86% | 0.39% | - |
| HSV(B) | 224.3º | 0.92% | 0.73% | - |
| XYZ | 10.61 | 6.77 | 47.2 | - |
| YUV | 60.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 186 | 0.92 | 0.68 | 0 | 0.27 | 224.3 | 0.86 | 0.39 |
| Hex | E | 3B | BA | 5C | 44 | 0 | 1B | E0 | 56 | 27 |
| Octal | 16 | 73 | 272 | 134 | 104 | 0 | 33 | 340 | 126 | 47 |
| Binary | 1110 | 111011 | 10111010 | 1011100 | 1000100 | 0 | 11011 | 11100000 | 1010110 | 100111 |
Color Harmonies of #0E3BBA
Complementary color
Monochromatic Colors of #0E3BBA
Black with #0E3BBA
Text Example
Text Example
White with #0E3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3BBA; }
p { color: rgb(14,59,186); }
H1.HeaderClassName
{
color: #0E3BBA;
}
.AnyTagClassName
{
color: #0E3BBA;
}
</style>
background-color css
<style>
a { background-color: #0E3BBA; }
a { background-color: rgb(14,59,186); }
div.DivClassName
{
background-color: #0E3BBA;
}
.BgClassName
{
background-color: #0E3BBA;
}
</style>
border-color css
<style>
span { border-color: #0E3BBA; }
span { border-color: rgb(14,59,186); }
td.TdClassName
{
border-color: #0E3BBA;
}
.TagClassName
{
border-color: #0E3BBA;
}
</style>