Shades of Persian Blue #0E1EBB
Tints of Persian Blue #0E1EBB
RGB
CMYK
RGB Variations
Color information
#0E1EBB (or 0x0E1EBB) is known color: Persian Blue. HEX triplet: 0E, 1E and BB. RGB value is (14,30,187). Sum of RGB (Red+Green+Blue) = 14+30+187=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E1EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1EBB is #F1E144. Grayscale: #2A2A2A. Windows color (decimal): -15851845 or 12262926. OLE color: 12262926.
HSL color Cylindrical-coordinate representation of color #0E1EBB: hue angle of 234.45º 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 #0E1EBB is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 30 | 187 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.27 |
| HSL | 234.45º | 0.86% | 0.39% | - |
| HSV(B) | 234.45º | 0.93% | 0.73% | - |
| XYZ | 9.62 | 4.61 | 47.4 | - |
| YUV | 43.11 | 209.2 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 187 | 0.93 | 0.84 | 0 | 0.27 | 234.45 | 0.86 | 0.39 |
| Hex | E | 1E | BB | 5D | 54 | 0 | 1B | EA | 56 | 27 |
| Octal | 16 | 36 | 273 | 135 | 124 | 0 | 33 | 352 | 126 | 47 |
| Binary | 1110 | 11110 | 10111011 | 1011101 | 1010100 | 0 | 11011 | 11101010 | 1010110 | 100111 |
Color Harmonies of #0E1EBB
Complementary color
Monochromatic Colors of #0E1EBB
Black with #0E1EBB
Text Example
Text Example
White with #0E1EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1EBB; }
p { color: rgb(14,30,187); }
H1.HeaderClassName
{
color: #0E1EBB;
}
.AnyTagClassName
{
color: #0E1EBB;
}
</style>
background-color css
<style>
a { background-color: #0E1EBB; }
a { background-color: rgb(14,30,187); }
div.DivClassName
{
background-color: #0E1EBB;
}
.BgClassName
{
background-color: #0E1EBB;
}
</style>
border-color css
<style>
span { border-color: #0E1EBB; }
span { border-color: rgb(14,30,187); }
td.TdClassName
{
border-color: #0E1EBB;
}
.TagClassName
{
border-color: #0E1EBB;
}
</style>