Shades of Medium Blue #0E15CA
Tints of Medium Blue #0E15CA
RGB
CMYK
RGB Variations
Color information
#0E15CA (or 0x0E15CA) is known color: Medium Blue. HEX triplet: 0E, 15 and CA. RGB value is (14,21,202). Sum of RGB (Red+Green+Blue) = 14+21+202=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 202 (79.30% from 255 or 85.23% from 237); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E15CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E15CA is #F1EA35. Grayscale: #262626. Windows color (decimal): -15854134 or 13243662. OLE color: 13243662.
HSL color Cylindrical-coordinate representation of color #0E15CA: hue angle of 237.77º 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 #0E15CA is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 21 | 202 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.21 |
| HSL | 237.77º | 0.87% | 0.42% | - |
| HSV(B) | 237.77º | 0.93% | 0.79% | - |
| XYZ | 11.11 | 4.89 | 56.24 | - |
| YUV | 39.54 | 219.68 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 202 | 0.93 | 0.90 | 0 | 0.21 | 237.77 | 0.87 | 0.42 |
| Hex | E | 15 | CA | 5D | 5A | 0 | 15 | EE | 57 | 2A |
| Octal | 16 | 25 | 312 | 135 | 132 | 0 | 25 | 356 | 127 | 52 |
| Binary | 1110 | 10101 | 11001010 | 1011101 | 1011010 | 0 | 10101 | 11101110 | 1010111 | 101010 |
Color Harmonies of #0E15CA
Complementary color
Monochromatic Colors of #0E15CA
Black with #0E15CA
Text Example
Text Example
White with #0E15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E15CA; }
p { color: rgb(14,21,202); }
H1.HeaderClassName
{
color: #0E15CA;
}
.AnyTagClassName
{
color: #0E15CA;
}
</style>
background-color css
<style>
a { background-color: #0E15CA; }
a { background-color: rgb(14,21,202); }
div.DivClassName
{
background-color: #0E15CA;
}
.BgClassName
{
background-color: #0E15CA;
}
</style>
border-color css
<style>
span { border-color: #0E15CA; }
span { border-color: rgb(14,21,202); }
td.TdClassName
{
border-color: #0E15CA;
}
.TagClassName
{
border-color: #0E15CA;
}
</style>