Shades of Blue #0419E7
Tints of Blue #0419E7
RGB
CMYK
RGB Variations
Color information
#0419E7 (or 0x0419E7) is known color: Blue. HEX triplet: 04, 19 and E7. RGB value is (4,25,231). Sum of RGB (Red+Green+Blue) = 4+25+231=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 231 (90.62% from 255 or 88.85% from 260); Max value from RGB is 231 - color contains mainly: blue. Hex color #0419E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0419E7 is #FBE618. Grayscale: #292929. Windows color (decimal): -16508441 or 15145220. OLE color: 15145220.
HSL color Cylindrical-coordinate representation of color #0419E7: hue angle of 234.45º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0419E7 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 25 | 231 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.09 |
| HSL | 234.45º | 0.97% | 0.46% | - |
| HSV(B) | 234.45º | 0.98% | 0.91% | - |
| XYZ | 14.82 | 6.49 | 76.07 | - |
| YUV | 42.21 | 234.54 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 231 | 0.98 | 0.89 | 0 | 0.09 | 234.45 | 0.97 | 0.46 |
| Hex | 4 | 19 | E7 | 62 | 59 | 0 | 9 | EA | 61 | 2E |
| Octal | 4 | 31 | 347 | 142 | 131 | 0 | 11 | 352 | 141 | 56 |
| Binary | 100 | 11001 | 11100111 | 1100010 | 1011001 | 0 | 1001 | 11101010 | 1100001 | 101110 |
Color Harmonies of #0419E7
Complementary color
Monochromatic Colors of #0419E7
Black with #0419E7
Text Example
Text Example
White with #0419E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0419E7; }
p { color: rgb(4,25,231); }
H1.HeaderClassName
{
color: #0419E7;
}
.AnyTagClassName
{
color: #0419E7;
}
</style>
background-color css
<style>
a { background-color: #0419E7; }
a { background-color: rgb(4,25,231); }
div.DivClassName
{
background-color: #0419E7;
}
.BgClassName
{
background-color: #0419E7;
}
</style>
border-color css
<style>
span { border-color: #0419E7; }
span { border-color: rgb(4,25,231); }
td.TdClassName
{
border-color: #0419E7;
}
.TagClassName
{
border-color: #0419E7;
}
</style>