Shades of Medium Blue #0419C6
Tints of Medium Blue #0419C6
RGB
CMYK
RGB Variations
Color information
#0419C6 (or 0x0419C6) is known color: Medium Blue. HEX triplet: 04, 19 and C6. RGB value is (4,25,198). Sum of RGB (Red+Green+Blue) = 4+25+198=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 198 (77.73% from 255 or 87.22% from 227); Max value from RGB is 198 - color contains mainly: blue. Hex color #0419C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0419C6 is #FBE639. Grayscale: #252525. Windows color (decimal): -16508474 or 12982532. OLE color: 12982532.
HSL color Cylindrical-coordinate representation of color #0419C6: hue angle of 233.51º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0419C6 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 25 | 198 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.22 |
| HSL | 233.51º | 0.96% | 0.4% | - |
| HSV(B) | 233.51º | 0.98% | 0.78% | - |
| XYZ | 10.59 | 4.8 | 53.79 | - |
| YUV | 38.44 | 218.04 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 198 | 0.98 | 0.87 | 0 | 0.22 | 233.51 | 0.96 | 0.4 |
| Hex | 4 | 19 | C6 | 62 | 57 | 0 | 16 | EA | 60 | 28 |
| Octal | 4 | 31 | 306 | 142 | 127 | 0 | 26 | 352 | 140 | 50 |
| Binary | 100 | 11001 | 11000110 | 1100010 | 1010111 | 0 | 10110 | 11101010 | 1100000 | 101000 |
Color Harmonies of #0419C6
Complementary color
Monochromatic Colors of #0419C6
Black with #0419C6
Text Example
Text Example
White with #0419C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0419C6; }
p { color: rgb(4,25,198); }
H1.HeaderClassName
{
color: #0419C6;
}
.AnyTagClassName
{
color: #0419C6;
}
</style>
background-color css
<style>
a { background-color: #0419C6; }
a { background-color: rgb(4,25,198); }
div.DivClassName
{
background-color: #0419C6;
}
.BgClassName
{
background-color: #0419C6;
}
</style>
border-color css
<style>
span { border-color: #0419C6; }
span { border-color: rgb(4,25,198); }
td.TdClassName
{
border-color: #0419C6;
}
.TagClassName
{
border-color: #0419C6;
}
</style>