Shades of Medium Blue #0412BE
Tints of Medium Blue #0412BE
RGB
CMYK
RGB Variations
Color information
#0412BE (or 0x0412BE) is known color: Medium Blue. HEX triplet: 04, 12 and BE. RGB value is (4,18,190). Sum of RGB (Red+Green+Blue) = 4+18+190=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 190 (74.61% from 255 or 89.62% from 212); Max value from RGB is 190 - color contains mainly: blue. Hex color #0412BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0412BE is #FBED41. Grayscale: #202020. Windows color (decimal): -16510274 or 12456452. OLE color: 12456452.
HSL color Cylindrical-coordinate representation of color #0412BE: hue angle of 235.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0412BE is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 18 | 190 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.25 |
| HSL | 235.48º | 0.96% | 0.38% | - |
| HSV(B) | 235.48º | 0.98% | 0.75% | - |
| XYZ | 9.56 | 4.18 | 49.02 | - |
| YUV | 33.42 | 216.36 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 190 | 0.98 | 0.91 | 0 | 0.25 | 235.48 | 0.96 | 0.38 |
| Hex | 4 | 12 | BE | 62 | 5B | 0 | 19 | EB | 60 | 26 |
| Octal | 4 | 22 | 276 | 142 | 133 | 0 | 31 | 353 | 140 | 46 |
| Binary | 100 | 10010 | 10111110 | 1100010 | 1011011 | 0 | 11001 | 11101011 | 1100000 | 100110 |
Color Harmonies of #0412BE
Complementary color
Monochromatic Colors of #0412BE
Black with #0412BE
Text Example
Text Example
White with #0412BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0412BE; }
p { color: rgb(4,18,190); }
H1.HeaderClassName
{
color: #0412BE;
}
.AnyTagClassName
{
color: #0412BE;
}
</style>
background-color css
<style>
a { background-color: #0412BE; }
a { background-color: rgb(4,18,190); }
div.DivClassName
{
background-color: #0412BE;
}
.BgClassName
{
background-color: #0412BE;
}
</style>
border-color css
<style>
span { border-color: #0412BE; }
span { border-color: rgb(4,18,190); }
td.TdClassName
{
border-color: #0412BE;
}
.TagClassName
{
border-color: #0412BE;
}
</style>