Shades of Persian Blue #0E20BB
Tints of Persian Blue #0E20BB
RGB
CMYK
RGB Variations
Color information
#0E20BB (or 0x0E20BB) is known color: Persian Blue. HEX triplet: 0E, 20 and BB. RGB value is (14,32,187). Sum of RGB (Red+Green+Blue) = 14+32+187=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E20BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E20BB is #F1DF44. Grayscale: #2B2B2B. Windows color (decimal): -15851333 or 12263438. OLE color: 12263438.
HSL color Cylindrical-coordinate representation of color #0E20BB: hue angle of 233.76º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E20BB is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 32 | 187 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.27 |
| HSL | 233.76º | 0.86% | 0.39% | - |
| HSV(B) | 233.76º | 0.93% | 0.73% | - |
| XYZ | 9.67 | 4.71 | 47.41 | - |
| YUV | 44.29 | 208.54 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 187 | 0.93 | 0.83 | 0 | 0.27 | 233.76 | 0.86 | 0.39 |
| Hex | E | 20 | BB | 5D | 53 | 0 | 1B | EA | 56 | 27 |
| Octal | 16 | 40 | 273 | 135 | 123 | 0 | 33 | 352 | 126 | 47 |
| Binary | 1110 | 100000 | 10111011 | 1011101 | 1010011 | 0 | 11011 | 11101010 | 1010110 | 100111 |
Color Harmonies of #0E20BB
Complementary color
Monochromatic Colors of #0E20BB
Black with #0E20BB
Text Example
Text Example
White with #0E20BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E20BB; }
p { color: rgb(14,32,187); }
H1.HeaderClassName
{
color: #0E20BB;
}
.AnyTagClassName
{
color: #0E20BB;
}
</style>
background-color css
<style>
a { background-color: #0E20BB; }
a { background-color: rgb(14,32,187); }
div.DivClassName
{
background-color: #0E20BB;
}
.BgClassName
{
background-color: #0E20BB;
}
</style>
border-color css
<style>
span { border-color: #0E20BB; }
span { border-color: rgb(14,32,187); }
td.TdClassName
{
border-color: #0E20BB;
}
.TagClassName
{
border-color: #0E20BB;
}
</style>