Shades of Medium Blue #0415C0
Tints of Medium Blue #0415C0
RGB
CMYK
RGB Variations
Color information
#0415C0 (or 0x0415C0) is known color: Medium Blue. HEX triplet: 04, 15 and C0. RGB value is (4,21,192). Sum of RGB (Red+Green+Blue) = 4+21+192=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 192 (75.39% from 255 or 88.48% from 217); Max value from RGB is 192 - color contains mainly: blue. Hex color #0415C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0415C0 is #FBEA3F. Grayscale: #222222. Windows color (decimal): -16509504 or 12588292. OLE color: 12588292.
HSL color Cylindrical-coordinate representation of color #0415C0: hue angle of 234.57º degrees, saturation: 0.96, 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 #0415C0 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 21 | 192 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.25 |
| HSL | 234.57º | 0.96% | 0.38% | - |
| HSV(B) | 234.57º | 0.98% | 0.75% | - |
| XYZ | 9.83 | 4.37 | 50.19 | - |
| YUV | 35.41 | 216.37 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 192 | 0.98 | 0.89 | 0 | 0.25 | 234.57 | 0.96 | 0.38 |
| Hex | 4 | 15 | C0 | 62 | 59 | 0 | 19 | EB | 60 | 26 |
| Octal | 4 | 25 | 300 | 142 | 131 | 0 | 31 | 353 | 140 | 46 |
| Binary | 100 | 10101 | 11000000 | 1100010 | 1011001 | 0 | 11001 | 11101011 | 1100000 | 100110 |
Color Harmonies of #0415C0
Complementary color
Monochromatic Colors of #0415C0
Black with #0415C0
Text Example
Text Example
White with #0415C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0415C0; }
p { color: rgb(4,21,192); }
H1.HeaderClassName
{
color: #0415C0;
}
.AnyTagClassName
{
color: #0415C0;
}
</style>
background-color css
<style>
a { background-color: #0415C0; }
a { background-color: rgb(4,21,192); }
div.DivClassName
{
background-color: #0415C0;
}
.BgClassName
{
background-color: #0415C0;
}
</style>
border-color css
<style>
span { border-color: #0415C0; }
span { border-color: rgb(4,21,192); }
td.TdClassName
{
border-color: #0415C0;
}
.TagClassName
{
border-color: #0415C0;
}
</style>