Shades of Persian Blue #0E2EBA
Tints of Persian Blue #0E2EBA
RGB
CMYK
RGB Variations
Color information
#0E2EBA (or 0x0E2EBA) is known color: Persian Blue. HEX triplet: 0E, 2E and BA. RGB value is (14,46,186). Sum of RGB (Red+Green+Blue) = 14+46+186=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E2EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E2EBA is #F1D145. Grayscale: #333333. Windows color (decimal): -15847750 or 12201486. OLE color: 12201486.
HSL color Cylindrical-coordinate representation of color #0E2EBA: hue angle of 228.84º 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 #0E2EBA is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 46 | 186 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.27 |
| HSL | 228.84º | 0.86% | 0.39% | - |
| HSV(B) | 228.84º | 0.92% | 0.73% | - |
| XYZ | 10.02 | 5.59 | 47.01 | - |
| YUV | 52.39 | 203.4 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 46 | 186 | 0.92 | 0.75 | 0 | 0.27 | 228.84 | 0.86 | 0.39 |
| Hex | E | 2E | BA | 5C | 4B | 0 | 1B | E5 | 56 | 27 |
| Octal | 16 | 56 | 272 | 134 | 113 | 0 | 33 | 345 | 126 | 47 |
| Binary | 1110 | 101110 | 10111010 | 1011100 | 1001011 | 0 | 11011 | 11100101 | 1010110 | 100111 |
Color Harmonies of #0E2EBA
Complementary color
Monochromatic Colors of #0E2EBA
Black with #0E2EBA
Text Example
Text Example
White with #0E2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2EBA; }
p { color: rgb(14,46,186); }
H1.HeaderClassName
{
color: #0E2EBA;
}
.AnyTagClassName
{
color: #0E2EBA;
}
</style>
background-color css
<style>
a { background-color: #0E2EBA; }
a { background-color: rgb(14,46,186); }
div.DivClassName
{
background-color: #0E2EBA;
}
.BgClassName
{
background-color: #0E2EBA;
}
</style>
border-color css
<style>
span { border-color: #0E2EBA; }
span { border-color: rgb(14,46,186); }
td.TdClassName
{
border-color: #0E2EBA;
}
.TagClassName
{
border-color: #0E2EBA;
}
</style>