Shades of Medium Blue #0412DA
Tints of Medium Blue #0412DA
RGB
CMYK
RGB Variations
Color information
#0412DA (or 0x0412DA) is known color: Medium Blue. HEX triplet: 04, 12 and DA. RGB value is (4,18,218). Sum of RGB (Red+Green+Blue) = 4+18+218=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 218 (85.55% from 255 or 90.83% from 240); Max value from RGB is 218 - color contains mainly: blue. Hex color #0412DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0412DA is #FBED25. Grayscale: #232323. Windows color (decimal): -16510246 or 14291460. OLE color: 14291460.
HSL color Cylindrical-coordinate representation of color #0412DA: hue angle of 236.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0412DA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 18 | 218 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.15 |
| HSL | 236.07º | 0.96% | 0.44% | - |
| HSV(B) | 236.07º | 0.98% | 0.85% | - |
| XYZ | 12.92 | 5.52 | 66.71 | - |
| YUV | 36.61 | 230.36 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 218 | 0.98 | 0.92 | 0 | 0.15 | 236.07 | 0.96 | 0.44 |
| Hex | 4 | 12 | DA | 62 | 5C | 0 | F | EC | 60 | 2C |
| Octal | 4 | 22 | 332 | 142 | 134 | 0 | 17 | 354 | 140 | 54 |
| Binary | 100 | 10010 | 11011010 | 1100010 | 1011100 | 0 | 1111 | 11101100 | 1100000 | 101100 |
Color Harmonies of #0412DA
Complementary color
Monochromatic Colors of #0412DA
Black with #0412DA
Text Example
Text Example
White with #0412DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0412DA; }
p { color: rgb(4,18,218); }
H1.HeaderClassName
{
color: #0412DA;
}
.AnyTagClassName
{
color: #0412DA;
}
</style>
background-color css
<style>
a { background-color: #0412DA; }
a { background-color: rgb(4,18,218); }
div.DivClassName
{
background-color: #0412DA;
}
.BgClassName
{
background-color: #0412DA;
}
</style>
border-color css
<style>
span { border-color: #0412DA; }
span { border-color: rgb(4,18,218); }
td.TdClassName
{
border-color: #0412DA;
}
.TagClassName
{
border-color: #0412DA;
}
</style>