Shades of Persian Blue #0E3CCA
Tints of Persian Blue #0E3CCA
RGB
CMYK
RGB Variations
Color information
#0E3CCA (or 0x0E3CCA) is known color: Persian Blue. HEX triplet: 0E, 3C and CA. RGB value is (14,60,202). Sum of RGB (Red+Green+Blue) = 14+60+202=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E3CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3CCA is #F1C335. Grayscale: #3D3D3D. Windows color (decimal): -15844150 or 13253646. OLE color: 13253646.
HSL color Cylindrical-coordinate representation of color #0E3CCA: hue angle of 225.32º 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 #0E3CCA is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 60 | 202 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.21 |
| HSL | 225.32º | 0.87% | 0.42% | - |
| HSV(B) | 225.32º | 0.93% | 0.79% | - |
| XYZ | 12.46 | 7.59 | 56.69 | - |
| YUV | 62.43 | 206.76 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 202 | 0.93 | 0.70 | 0 | 0.21 | 225.32 | 0.87 | 0.42 |
| Hex | E | 3C | CA | 5D | 46 | 0 | 15 | E1 | 57 | 2A |
| Octal | 16 | 74 | 312 | 135 | 106 | 0 | 25 | 341 | 127 | 52 |
| Binary | 1110 | 111100 | 11001010 | 1011101 | 1000110 | 0 | 10101 | 11100001 | 1010111 | 101010 |
Color Harmonies of #0E3CCA
Complementary color
Monochromatic Colors of #0E3CCA
Black with #0E3CCA
Text Example
Text Example
White with #0E3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3CCA; }
p { color: rgb(14,60,202); }
H1.HeaderClassName
{
color: #0E3CCA;
}
.AnyTagClassName
{
color: #0E3CCA;
}
</style>
background-color css
<style>
a { background-color: #0E3CCA; }
a { background-color: rgb(14,60,202); }
div.DivClassName
{
background-color: #0E3CCA;
}
.BgClassName
{
background-color: #0E3CCA;
}
</style>
border-color css
<style>
span { border-color: #0E3CCA; }
span { border-color: rgb(14,60,202); }
td.TdClassName
{
border-color: #0E3CCA;
}
.TagClassName
{
border-color: #0E3CCA;
}
</style>