Shades of Medium Blue #0410DB
Tints of Medium Blue #0410DB
RGB
CMYK
RGB Variations
Color information
#0410DB (or 0x0410DB) is known color: Medium Blue. HEX triplet: 04, 10 and DB. RGB value is (4,16,219). Sum of RGB (Red+Green+Blue) = 4+16+219=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 219 (85.94% from 255 or 91.63% from 239); Max value from RGB is 219 - color contains mainly: blue. Hex color #0410DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0410DB is #FBEF24. Grayscale: #222222. Windows color (decimal): -16510757 or 14356484. OLE color: 14356484.
HSL color Cylindrical-coordinate representation of color #0410DB: hue angle of 236.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0410DB is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 16 | 219 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.14 |
| HSL | 236.65º | 0.96% | 0.44% | - |
| HSV(B) | 236.65º | 0.98% | 0.86% | - |
| XYZ | 13.02 | 5.51 | 67.4 | - |
| YUV | 35.55 | 231.52 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 219 | 0.98 | 0.93 | 0 | 0.14 | 236.65 | 0.96 | 0.44 |
| Hex | 4 | 10 | DB | 62 | 5D | 0 | E | ED | 60 | 2C |
| Octal | 4 | 20 | 333 | 142 | 135 | 0 | 16 | 355 | 140 | 54 |
| Binary | 100 | 10000 | 11011011 | 1100010 | 1011101 | 0 | 1110 | 11101101 | 1100000 | 101100 |
Color Harmonies of #0410DB
Complementary color
Monochromatic Colors of #0410DB
Black with #0410DB
Text Example
Text Example
White with #0410DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0410DB; }
p { color: rgb(4,16,219); }
H1.HeaderClassName
{
color: #0410DB;
}
.AnyTagClassName
{
color: #0410DB;
}
</style>
background-color css
<style>
a { background-color: #0410DB; }
a { background-color: rgb(4,16,219); }
div.DivClassName
{
background-color: #0410DB;
}
.BgClassName
{
background-color: #0410DB;
}
</style>
border-color css
<style>
span { border-color: #0410DB; }
span { border-color: rgb(4,16,219); }
td.TdClassName
{
border-color: #0410DB;
}
.TagClassName
{
border-color: #0410DB;
}
</style>