Shades of Medium Blue #040EC3
Tints of Medium Blue #040EC3
RGB
CMYK
RGB Variations
Color information
#040EC3 (or 0x040EC3) is known color: Medium Blue. HEX triplet: 04, 0E and C3. RGB value is (4,14,195). Sum of RGB (Red+Green+Blue) = 4+14+195=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 195 (76.56% from 255 or 91.55% from 213); Max value from RGB is 195 - color contains mainly: blue. Hex color #040EC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EC3 is #FBF13C. Grayscale: #1E1E1E. Windows color (decimal): -16511293 or 12783108. OLE color: 12783108.
HSL color Cylindrical-coordinate representation of color #040EC3: hue angle of 236.86º 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 #040EC3 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 14 | 195 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.24 |
| HSL | 236.86º | 0.96% | 0.39% | - |
| HSV(B) | 236.86º | 0.98% | 0.76% | - |
| XYZ | 10.06 | 4.28 | 51.93 | - |
| YUV | 31.64 | 220.19 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 195 | 0.98 | 0.93 | 0 | 0.24 | 236.86 | 0.96 | 0.39 |
| Hex | 4 | E | C3 | 62 | 5D | 0 | 18 | ED | 60 | 27 |
| Octal | 4 | 16 | 303 | 142 | 135 | 0 | 30 | 355 | 140 | 47 |
| Binary | 100 | 1110 | 11000011 | 1100010 | 1011101 | 0 | 11000 | 11101101 | 1100000 | 100111 |
Color Harmonies of #040EC3
Complementary color
Monochromatic Colors of #040EC3
Black with #040EC3
Text Example
Text Example
White with #040EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EC3; }
p { color: rgb(4,14,195); }
H1.HeaderClassName
{
color: #040EC3;
}
.AnyTagClassName
{
color: #040EC3;
}
</style>
background-color css
<style>
a { background-color: #040EC3; }
a { background-color: rgb(4,14,195); }
div.DivClassName
{
background-color: #040EC3;
}
.BgClassName
{
background-color: #040EC3;
}
</style>
border-color css
<style>
span { border-color: #040EC3; }
span { border-color: rgb(4,14,195); }
td.TdClassName
{
border-color: #040EC3;
}
.TagClassName
{
border-color: #040EC3;
}
</style>