Shades of Medium Blue #0E07C1
Tints of Medium Blue #0E07C1
RGB
CMYK
RGB Variations
Color information
#0E07C1 (or 0x0E07C1) is known color: Medium Blue. HEX triplet: 0E, 07 and C1. RGB value is (14,7,193). Sum of RGB (Red+Green+Blue) = 14+7+193=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 193 (75.78% from 255 or 90.19% from 214); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E07C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E07C1 is #F1F83E. Grayscale: #1D1D1D. Windows color (decimal): -15857727 or 12650254. OLE color: 12650254.
HSL color Cylindrical-coordinate representation of color #0E07C1: hue angle of 242.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E07C1 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 7 | 193 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.24 |
| HSL | 242.26º | 0.93% | 0.39% | - |
| HSV(B) | 242.26º | 0.96% | 0.76% | - |
| XYZ | 9.88 | 4.1 | 50.72 | - |
| YUV | 30.3 | 219.82 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 193 | 0.93 | 0.96 | 0 | 0.24 | 242.26 | 0.93 | 0.39 |
| Hex | E | 7 | C1 | 5D | 60 | 0 | 18 | F2 | 5D | 27 |
| Octal | 16 | 7 | 301 | 135 | 140 | 0 | 30 | 362 | 135 | 47 |
| Binary | 1110 | 111 | 11000001 | 1011101 | 1100000 | 0 | 11000 | 11110010 | 1011101 | 100111 |
Color Harmonies of #0E07C1
Complementary color
Monochromatic Colors of #0E07C1
Black with #0E07C1
Text Example
Text Example
White with #0E07C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E07C1; }
p { color: rgb(14,7,193); }
H1.HeaderClassName
{
color: #0E07C1;
}
.AnyTagClassName
{
color: #0E07C1;
}
</style>
background-color css
<style>
a { background-color: #0E07C1; }
a { background-color: rgb(14,7,193); }
div.DivClassName
{
background-color: #0E07C1;
}
.BgClassName
{
background-color: #0E07C1;
}
</style>
border-color css
<style>
span { border-color: #0E07C1; }
span { border-color: rgb(14,7,193); }
td.TdClassName
{
border-color: #0E07C1;
}
.TagClassName
{
border-color: #0E07C1;
}
</style>