Shades of Medium Blue #0E03C0
Tints of Medium Blue #0E03C0
RGB
CMYK
RGB Variations
Color information
#0E03C0 (or 0x0E03C0) is known color: Medium Blue. HEX triplet: 0E, 03 and C0. RGB value is (14,3,192). Sum of RGB (Red+Green+Blue) = 14+3+192=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 192 (75.39% from 255 or 91.87% from 209); Max value from RGB is 192 - color contains mainly: blue. Hex color #0E03C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E03C0 is #F1FC3F. Grayscale: #1B1B1B. Windows color (decimal): -15858752 or 12583694. OLE color: 12583694.
HSL color Cylindrical-coordinate representation of color #0E03C0: hue angle of 243.49º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E03C0 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 3 | 192 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.25 |
| HSL | 243.49º | 0.97% | 0.38% | - |
| HSV(B) | 243.49º | 0.98% | 0.75% | - |
| XYZ | 9.73 | 3.96 | 50.12 | - |
| YUV | 27.84 | 220.64 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 3 | 192 | 0.93 | 0.98 | 0 | 0.25 | 243.49 | 0.97 | 0.38 |
| Hex | E | 3 | C0 | 5D | 62 | 0 | 19 | F3 | 61 | 26 |
| Octal | 16 | 3 | 300 | 135 | 142 | 0 | 31 | 363 | 141 | 46 |
| Binary | 1110 | 11 | 11000000 | 1011101 | 1100010 | 0 | 11001 | 11110011 | 1100001 | 100110 |
Color Harmonies of #0E03C0
Complementary color
Monochromatic Colors of #0E03C0
Black with #0E03C0
Text Example
Text Example
White with #0E03C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E03C0; }
p { color: rgb(14,3,192); }
H1.HeaderClassName
{
color: #0E03C0;
}
.AnyTagClassName
{
color: #0E03C0;
}
</style>
background-color css
<style>
a { background-color: #0E03C0; }
a { background-color: rgb(14,3,192); }
div.DivClassName
{
background-color: #0E03C0;
}
.BgClassName
{
background-color: #0E03C0;
}
</style>
border-color css
<style>
span { border-color: #0E03C0; }
span { border-color: rgb(14,3,192); }
td.TdClassName
{
border-color: #0E03C0;
}
.TagClassName
{
border-color: #0E03C0;
}
</style>