Shades of Persian Blue #0E49DA
Tints of Persian Blue #0E49DA
RGB
CMYK
RGB Variations
Color information
#0E49DA (or 0x0E49DA) is known color: Persian Blue. HEX triplet: 0E, 49 and DA. RGB value is (14,73,218). Sum of RGB (Red+Green+Blue) = 14+73+218=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #0E49DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E49DA is #F1B625. Grayscale: #474747. Windows color (decimal): -15840806 or 14305550. OLE color: 14305550.
HSL color Cylindrical-coordinate representation of color #0E49DA: hue angle of 222.65º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E49DA is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 73 | 218 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.15 |
| HSL | 222.65º | 0.88% | 0.45% | - |
| HSV(B) | 222.65º | 0.94% | 0.85% | - |
| XYZ | 15.22 | 9.92 | 67.44 | - |
| YUV | 71.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 73 | 218 | 0.94 | 0.67 | 0 | 0.15 | 222.65 | 0.88 | 0.45 |
| Hex | E | 49 | DA | 5E | 43 | 0 | F | DF | 58 | 2D |
| Octal | 16 | 111 | 332 | 136 | 103 | 0 | 17 | 337 | 130 | 55 |
| Binary | 1110 | 1001001 | 11011010 | 1011110 | 1000011 | 0 | 1111 | 11011111 | 1011000 | 101101 |
Color Harmonies of #0E49DA
Complementary color
Monochromatic Colors of #0E49DA
Black with #0E49DA
Text Example
Text Example
White with #0E49DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E49DA; }
p { color: rgb(14,73,218); }
H1.HeaderClassName
{
color: #0E49DA;
}
.AnyTagClassName
{
color: #0E49DA;
}
</style>
background-color css
<style>
a { background-color: #0E49DA; }
a { background-color: rgb(14,73,218); }
div.DivClassName
{
background-color: #0E49DA;
}
.BgClassName
{
background-color: #0E49DA;
}
</style>
border-color css
<style>
span { border-color: #0E49DA; }
span { border-color: rgb(14,73,218); }
td.TdClassName
{
border-color: #0E49DA;
}
.TagClassName
{
border-color: #0E49DA;
}
</style>