Shades of Medium Blue #0419C3
Tints of Medium Blue #0419C3
RGB
CMYK
RGB Variations
Color information
#0419C3 (or 0x0419C3) is known color: Medium Blue. HEX triplet: 04, 19 and C3. RGB value is (4,25,195). Sum of RGB (Red+Green+Blue) = 4+25+195=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 195 (76.56% from 255 or 87.05% from 224); Max value from RGB is 195 - color contains mainly: blue. Hex color #0419C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0419C3 is #FBE63C. Grayscale: #252525. Windows color (decimal): -16508477 or 12785924. OLE color: 12785924.
HSL color Cylindrical-coordinate representation of color #0419C3: hue angle of 233.4º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0419C3 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 25 | 195 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.24 |
| HSL | 233.4º | 0.96% | 0.39% | - |
| HSV(B) | 233.4º | 0.98% | 0.76% | - |
| XYZ | 10.25 | 4.66 | 51.99 | - |
| YUV | 38.1 | 216.54 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 195 | 0.98 | 0.87 | 0 | 0.24 | 233.4 | 0.96 | 0.39 |
| Hex | 4 | 19 | C3 | 62 | 57 | 0 | 18 | E9 | 60 | 27 |
| Octal | 4 | 31 | 303 | 142 | 127 | 0 | 30 | 351 | 140 | 47 |
| Binary | 100 | 11001 | 11000011 | 1100010 | 1010111 | 0 | 11000 | 11101001 | 1100000 | 100111 |
Color Harmonies of #0419C3
Complementary color
Monochromatic Colors of #0419C3
Black with #0419C3
Text Example
Text Example
White with #0419C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0419C3; }
p { color: rgb(4,25,195); }
H1.HeaderClassName
{
color: #0419C3;
}
.AnyTagClassName
{
color: #0419C3;
}
</style>
background-color css
<style>
a { background-color: #0419C3; }
a { background-color: rgb(4,25,195); }
div.DivClassName
{
background-color: #0419C3;
}
.BgClassName
{
background-color: #0419C3;
}
</style>
border-color css
<style>
span { border-color: #0419C3; }
span { border-color: rgb(4,25,195); }
td.TdClassName
{
border-color: #0419C3;
}
.TagClassName
{
border-color: #0419C3;
}
</style>