Shades of Medium Blue #0412C9
Tints of Medium Blue #0412C9
RGB
CMYK
RGB Variations
Color information
#0412C9 (or 0x0412C9) is known color: Medium Blue. HEX triplet: 04, 12 and C9. RGB value is (4,18,201). Sum of RGB (Red+Green+Blue) = 4+18+201=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 201 (78.91% from 255 or 90.13% from 223); Max value from RGB is 201 - color contains mainly: blue. Hex color #0412C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0412C9 is #FBED36. Grayscale: #212121. Windows color (decimal): -16510263 or 13177348. OLE color: 13177348.
HSL color Cylindrical-coordinate representation of color #0412C9: hue angle of 235.74º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0412C9 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 18 | 201 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.21 |
| HSL | 235.74º | 0.96% | 0.4% | - |
| HSV(B) | 235.74º | 0.98% | 0.79% | - |
| XYZ | 10.81 | 4.68 | 55.59 | - |
| YUV | 34.68 | 221.86 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 18 | 201 | 0.98 | 0.91 | 0 | 0.21 | 235.74 | 0.96 | 0.4 |
| Hex | 4 | 12 | C9 | 62 | 5B | 0 | 15 | EC | 60 | 28 |
| Octal | 4 | 22 | 311 | 142 | 133 | 0 | 25 | 354 | 140 | 50 |
| Binary | 100 | 10010 | 11001001 | 1100010 | 1011011 | 0 | 10101 | 11101100 | 1100000 | 101000 |
Color Harmonies of #0412C9
Complementary color
Monochromatic Colors of #0412C9
Black with #0412C9
Text Example
Text Example
White with #0412C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0412C9; }
p { color: rgb(4,18,201); }
H1.HeaderClassName
{
color: #0412C9;
}
.AnyTagClassName
{
color: #0412C9;
}
</style>
background-color css
<style>
a { background-color: #0412C9; }
a { background-color: rgb(4,18,201); }
div.DivClassName
{
background-color: #0412C9;
}
.BgClassName
{
background-color: #0412C9;
}
</style>
border-color css
<style>
span { border-color: #0412C9; }
span { border-color: rgb(4,18,201); }
td.TdClassName
{
border-color: #0412C9;
}
.TagClassName
{
border-color: #0412C9;
}
</style>