Shades of Medium Blue #0410C3
Tints of Medium Blue #0410C3
RGB
CMYK
RGB Variations
Color information
#0410C3 (or 0x0410C3) is known color: Medium Blue. HEX triplet: 04, 10 and C3. RGB value is (4,16,195). Sum of RGB (Red+Green+Blue) = 4+16+195=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 195 (76.56% from 255 or 90.70% from 215); Max value from RGB is 195 - color contains mainly: blue. Hex color #0410C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0410C3 is #FBEF3C. Grayscale: #202020. Windows color (decimal): -16510781 or 12783620. OLE color: 12783620.
HSL color Cylindrical-coordinate representation of color #0410C3: hue angle of 236.23º 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 #0410C3 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 16 | 195 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.24 |
| HSL | 236.23º | 0.96% | 0.39% | - |
| HSV(B) | 236.23º | 0.98% | 0.76% | - |
| XYZ | 10.09 | 4.34 | 51.94 | - |
| YUV | 32.82 | 219.52 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 195 | 0.98 | 0.92 | 0 | 0.24 | 236.23 | 0.96 | 0.39 |
| Hex | 4 | 10 | C3 | 62 | 5C | 0 | 18 | EC | 60 | 27 |
| Octal | 4 | 20 | 303 | 142 | 134 | 0 | 30 | 354 | 140 | 47 |
| Binary | 100 | 10000 | 11000011 | 1100010 | 1011100 | 0 | 11000 | 11101100 | 1100000 | 100111 |
Color Harmonies of #0410C3
Complementary color
Monochromatic Colors of #0410C3
Black with #0410C3
Text Example
Text Example
White with #0410C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0410C3; }
p { color: rgb(4,16,195); }
H1.HeaderClassName
{
color: #0410C3;
}
.AnyTagClassName
{
color: #0410C3;
}
</style>
background-color css
<style>
a { background-color: #0410C3; }
a { background-color: rgb(4,16,195); }
div.DivClassName
{
background-color: #0410C3;
}
.BgClassName
{
background-color: #0410C3;
}
</style>
border-color css
<style>
span { border-color: #0410C3; }
span { border-color: rgb(4,16,195); }
td.TdClassName
{
border-color: #0410C3;
}
.TagClassName
{
border-color: #0410C3;
}
</style>