Shades of Persian Blue #0E32DF
Tints of Persian Blue #0E32DF
RGB
CMYK
RGB Variations
Color information
#0E32DF (or 0x0E32DF) is known color: Persian Blue. HEX triplet: 0E, 32 and DF. RGB value is (14,50,223). Sum of RGB (Red+Green+Blue) = 14+50+223=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E32DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E32DF is #F1CD20. Grayscale: #3A3A3A. Windows color (decimal): -15846689 or 14627342. OLE color: 14627342.
HSL color Cylindrical-coordinate representation of color #0E32DF: hue angle of 229.67º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E32DF is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 50 | 223 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.13 |
| HSL | 229.67º | 0.88% | 0.46% | - |
| HSV(B) | 229.67º | 0.94% | 0.87% | - |
| XYZ | 14.64 | 7.7 | 70.53 | - |
| YUV | 58.96 | 220.57 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 223 | 0.94 | 0.78 | 0 | 0.13 | 229.67 | 0.88 | 0.46 |
| Hex | E | 32 | DF | 5E | 4E | 0 | D | E6 | 58 | 2E |
| Octal | 16 | 62 | 337 | 136 | 116 | 0 | 15 | 346 | 130 | 56 |
| Binary | 1110 | 110010 | 11011111 | 1011110 | 1001110 | 0 | 1101 | 11100110 | 1011000 | 101110 |
Color Harmonies of #0E32DF
Complementary color
Monochromatic Colors of #0E32DF
Black with #0E32DF
Text Example
Text Example
White with #0E32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E32DF; }
p { color: rgb(14,50,223); }
H1.HeaderClassName
{
color: #0E32DF;
}
.AnyTagClassName
{
color: #0E32DF;
}
</style>
background-color css
<style>
a { background-color: #0E32DF; }
a { background-color: rgb(14,50,223); }
div.DivClassName
{
background-color: #0E32DF;
}
.BgClassName
{
background-color: #0E32DF;
}
</style>
border-color css
<style>
span { border-color: #0E32DF; }
span { border-color: rgb(14,50,223); }
td.TdClassName
{
border-color: #0E32DF;
}
.TagClassName
{
border-color: #0E32DF;
}
</style>