Shades of Persian Blue #0E3AC9
Tints of Persian Blue #0E3AC9
RGB
CMYK
RGB Variations
Color information
#0E3AC9 (or 0x0E3AC9) is known color: Persian Blue. HEX triplet: 0E, 3A and C9. RGB value is (14,58,201). Sum of RGB (Red+Green+Blue) = 14+58+201=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #0E3AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3AC9 is #F1C536. Grayscale: #3C3C3C. Windows color (decimal): -15844663 or 13187598. OLE color: 13187598.
HSL color Cylindrical-coordinate representation of color #0E3AC9: hue angle of 225.88º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E3AC9 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 58 | 201 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.21 |
| HSL | 225.88º | 0.87% | 0.42% | - |
| HSV(B) | 225.88º | 0.93% | 0.79% | - |
| XYZ | 12.24 | 7.34 | 56.03 | - |
| YUV | 61.15 | 206.92 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 58 | 201 | 0.93 | 0.71 | 0 | 0.21 | 225.88 | 0.87 | 0.42 |
| Hex | E | 3A | C9 | 5D | 47 | 0 | 15 | E2 | 57 | 2A |
| Octal | 16 | 72 | 311 | 135 | 107 | 0 | 25 | 342 | 127 | 52 |
| Binary | 1110 | 111010 | 11001001 | 1011101 | 1000111 | 0 | 10101 | 11100010 | 1010111 | 101010 |
Color Harmonies of #0E3AC9
Complementary color
Monochromatic Colors of #0E3AC9
Black with #0E3AC9
Text Example
Text Example
White with #0E3AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3AC9; }
p { color: rgb(14,58,201); }
H1.HeaderClassName
{
color: #0E3AC9;
}
.AnyTagClassName
{
color: #0E3AC9;
}
</style>
background-color css
<style>
a { background-color: #0E3AC9; }
a { background-color: rgb(14,58,201); }
div.DivClassName
{
background-color: #0E3AC9;
}
.BgClassName
{
background-color: #0E3AC9;
}
</style>
border-color css
<style>
span { border-color: #0E3AC9; }
span { border-color: rgb(14,58,201); }
td.TdClassName
{
border-color: #0E3AC9;
}
.TagClassName
{
border-color: #0E3AC9;
}
</style>