Shades of Medium Blue #0417C0
Tints of Medium Blue #0417C0
RGB
CMYK
RGB Variations
Color information
#0417C0 (or 0x0417C0) is known color: Medium Blue. HEX triplet: 04, 17 and C0. RGB value is (4,23,192). Sum of RGB (Red+Green+Blue) = 4+23+192=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #0417C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0417C0 is #FBE83F. Grayscale: #232323. Windows color (decimal): -16508992 or 12588804. OLE color: 12588804.
HSL color Cylindrical-coordinate representation of color #0417C0: hue angle of 233.94º 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 #0417C0 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 23 | 192 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.25 |
| HSL | 233.94º | 0.96% | 0.38% | - |
| HSV(B) | 233.94º | 0.98% | 0.75% | - |
| XYZ | 9.87 | 4.44 | 50.21 | - |
| YUV | 36.59 | 215.71 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 23 | 192 | 0.98 | 0.88 | 0 | 0.25 | 233.94 | 0.96 | 0.38 |
| Hex | 4 | 17 | C0 | 62 | 58 | 0 | 19 | EA | 60 | 26 |
| Octal | 4 | 27 | 300 | 142 | 130 | 0 | 31 | 352 | 140 | 46 |
| Binary | 100 | 10111 | 11000000 | 1100010 | 1011000 | 0 | 11001 | 11101010 | 1100000 | 100110 |
Color Harmonies of #0417C0
Complementary color
Monochromatic Colors of #0417C0
Black with #0417C0
Text Example
Text Example
White with #0417C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0417C0; }
p { color: rgb(4,23,192); }
H1.HeaderClassName
{
color: #0417C0;
}
.AnyTagClassName
{
color: #0417C0;
}
</style>
background-color css
<style>
a { background-color: #0417C0; }
a { background-color: rgb(4,23,192); }
div.DivClassName
{
background-color: #0417C0;
}
.BgClassName
{
background-color: #0417C0;
}
</style>
border-color css
<style>
span { border-color: #0417C0; }
span { border-color: rgb(4,23,192); }
td.TdClassName
{
border-color: #0417C0;
}
.TagClassName
{
border-color: #0417C0;
}
</style>