Shades of Medium Blue #0E07C3
Tints of Medium Blue #0E07C3
RGB
CMYK
RGB Variations
Color information
#0E07C3 (or 0x0E07C3) is known color: Medium Blue. HEX triplet: 0E, 07 and C3. RGB value is (14,7,195). Sum of RGB (Red+Green+Blue) = 14+7+195=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 195 (76.56% from 255 or 90.28% from 216); Max value from RGB is 195 - color contains mainly: blue. Hex color #0E07C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E07C3 is #F1F83C. Grayscale: #1D1D1D. Windows color (decimal): -15857725 or 12781326. OLE color: 12781326.
HSL color Cylindrical-coordinate representation of color #0E07C3: hue angle of 242.23º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E07C3 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 7 | 195 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.24 |
| HSL | 242.23º | 0.93% | 0.4% | - |
| HSV(B) | 242.23º | 0.96% | 0.76% | - |
| XYZ | 10.11 | 4.19 | 51.9 | - |
| YUV | 30.53 | 220.82 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 7 | 195 | 0.93 | 0.96 | 0 | 0.24 | 242.23 | 0.93 | 0.4 |
| Hex | E | 7 | C3 | 5D | 60 | 0 | 18 | F2 | 5D | 28 |
| Octal | 16 | 7 | 303 | 135 | 140 | 0 | 30 | 362 | 135 | 50 |
| Binary | 1110 | 111 | 11000011 | 1011101 | 1100000 | 0 | 11000 | 11110010 | 1011101 | 101000 |
Color Harmonies of #0E07C3
Complementary color
Monochromatic Colors of #0E07C3
Black with #0E07C3
Text Example
Text Example
White with #0E07C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E07C3; }
p { color: rgb(14,7,195); }
H1.HeaderClassName
{
color: #0E07C3;
}
.AnyTagClassName
{
color: #0E07C3;
}
</style>
background-color css
<style>
a { background-color: #0E07C3; }
a { background-color: rgb(14,7,195); }
div.DivClassName
{
background-color: #0E07C3;
}
.BgClassName
{
background-color: #0E07C3;
}
</style>
border-color css
<style>
span { border-color: #0E07C3; }
span { border-color: rgb(14,7,195); }
td.TdClassName
{
border-color: #0E07C3;
}
.TagClassName
{
border-color: #0E07C3;
}
</style>