Shades of Medium Blue #0412DC
Tints of Medium Blue #0412DC
RGB
CMYK
RGB Variations
Color information
#0412DC (or 0x0412DC) is known color: Medium Blue. HEX triplet: 04, 12 and DC. RGB value is (4,18,220). Sum of RGB (Red+Green+Blue) = 4+18+220=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 220 (86.33% from 255 or 90.91% from 242); Max value from RGB is 220 - color contains mainly: blue. Hex color #0412DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0412DC is #FBED23. Grayscale: #242424. Windows color (decimal): -16510244 or 14422532. OLE color: 14422532.
HSL color Cylindrical-coordinate representation of color #0412DC: hue angle of 236.11º 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 #0412DC is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 18 | 220 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.14 |
| HSL | 236.11º | 0.96% | 0.44% | - |
| HSV(B) | 236.11º | 0.98% | 0.86% | - |
| XYZ | 13.18 | 5.63 | 68.1 | - |
| YUV | 36.84 | 231.36 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 220 | 0.98 | 0.92 | 0 | 0.14 | 236.11 | 0.96 | 0.44 |
| Hex | 4 | 12 | DC | 62 | 5C | 0 | E | EC | 60 | 2C |
| Octal | 4 | 22 | 334 | 142 | 134 | 0 | 16 | 354 | 140 | 54 |
| Binary | 100 | 10010 | 11011100 | 1100010 | 1011100 | 0 | 1110 | 11101100 | 1100000 | 101100 |
Color Harmonies of #0412DC
Complementary color
Monochromatic Colors of #0412DC
Black with #0412DC
Text Example
Text Example
White with #0412DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0412DC; }
p { color: rgb(4,18,220); }
H1.HeaderClassName
{
color: #0412DC;
}
.AnyTagClassName
{
color: #0412DC;
}
</style>
background-color css
<style>
a { background-color: #0412DC; }
a { background-color: rgb(4,18,220); }
div.DivClassName
{
background-color: #0412DC;
}
.BgClassName
{
background-color: #0412DC;
}
</style>
border-color css
<style>
span { border-color: #0412DC; }
span { border-color: rgb(4,18,220); }
td.TdClassName
{
border-color: #0412DC;
}
.TagClassName
{
border-color: #0412DC;
}
</style>