Shades of Medium Blue #0416DB
Tints of Medium Blue #0416DB
RGB
CMYK
RGB Variations
Color information
#0416DB (or 0x0416DB) is known color: Medium Blue. HEX triplet: 04, 16 and DB. RGB value is (4,22,219). Sum of RGB (Red+Green+Blue) = 4+22+219=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 219 (85.94% from 255 or 89.39% from 245); Max value from RGB is 219 - color contains mainly: blue. Hex color #0416DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0416DB is #FBE924. Grayscale: #262626. Windows color (decimal): -16509221 or 14358020. OLE color: 14358020.
HSL color Cylindrical-coordinate representation of color #0416DB: hue angle of 234.98º 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 #0416DB is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 22 | 219 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.14 |
| HSL | 234.98º | 0.96% | 0.44% | - |
| HSV(B) | 234.98º | 0.98% | 0.86% | - |
| XYZ | 13.12 | 5.71 | 67.43 | - |
| YUV | 39.08 | 229.54 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 219 | 0.98 | 0.90 | 0 | 0.14 | 234.98 | 0.96 | 0.44 |
| Hex | 4 | 16 | DB | 62 | 5A | 0 | E | EB | 60 | 2C |
| Octal | 4 | 26 | 333 | 142 | 132 | 0 | 16 | 353 | 140 | 54 |
| Binary | 100 | 10110 | 11011011 | 1100010 | 1011010 | 0 | 1110 | 11101011 | 1100000 | 101100 |
Color Harmonies of #0416DB
Complementary color
Monochromatic Colors of #0416DB
Black with #0416DB
Text Example
Text Example
White with #0416DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0416DB; }
p { color: rgb(4,22,219); }
H1.HeaderClassName
{
color: #0416DB;
}
.AnyTagClassName
{
color: #0416DB;
}
</style>
background-color css
<style>
a { background-color: #0416DB; }
a { background-color: rgb(4,22,219); }
div.DivClassName
{
background-color: #0416DB;
}
.BgClassName
{
background-color: #0416DB;
}
</style>
border-color css
<style>
span { border-color: #0416DB; }
span { border-color: rgb(4,22,219); }
td.TdClassName
{
border-color: #0416DB;
}
.TagClassName
{
border-color: #0416DB;
}
</style>