Shades of Medium Blue #0E04C1
Tints of Medium Blue #0E04C1
RGB
CMYK
RGB Variations
Color information
#0E04C1 (or 0x0E04C1) is known color: Medium Blue. HEX triplet: 0E, 04 and C1. RGB value is (14,4,193). Sum of RGB (Red+Green+Blue) = 14+4+193=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 193 (75.78% from 255 or 91.47% from 211); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E04C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E04C1 is #F1FB3E. Grayscale: #1B1B1B. Windows color (decimal): -15858495 or 12649486. OLE color: 12649486.
HSL color Cylindrical-coordinate representation of color #0E04C1: hue angle of 243.17º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E04C1 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 4 | 193 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.24 |
| HSL | 243.17º | 0.96% | 0.39% | - |
| HSV(B) | 243.17º | 0.98% | 0.76% | - |
| XYZ | 9.85 | 4.03 | 50.71 | - |
| YUV | 28.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 193 | 0.93 | 0.98 | 0 | 0.24 | 243.17 | 0.96 | 0.39 |
| Hex | E | 4 | C1 | 5D | 62 | 0 | 18 | F3 | 60 | 27 |
| Octal | 16 | 4 | 301 | 135 | 142 | 0 | 30 | 363 | 140 | 47 |
| Binary | 1110 | 100 | 11000001 | 1011101 | 1100010 | 0 | 11000 | 11110011 | 1100000 | 100111 |
Color Harmonies of #0E04C1
Complementary color
Monochromatic Colors of #0E04C1
Black with #0E04C1
Text Example
Text Example
White with #0E04C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E04C1; }
p { color: rgb(14,4,193); }
H1.HeaderClassName
{
color: #0E04C1;
}
.AnyTagClassName
{
color: #0E04C1;
}
</style>
background-color css
<style>
a { background-color: #0E04C1; }
a { background-color: rgb(14,4,193); }
div.DivClassName
{
background-color: #0E04C1;
}
.BgClassName
{
background-color: #0E04C1;
}
</style>
border-color css
<style>
span { border-color: #0E04C1; }
span { border-color: rgb(14,4,193); }
td.TdClassName
{
border-color: #0E04C1;
}
.TagClassName
{
border-color: #0E04C1;
}
</style>