Shades of Blue #0819EC
Tints of Blue #0819EC
RGB
CMYK
RGB Variations
Color information
#0819EC (or 0x0819EC) is known color: Blue. HEX triplet: 08, 19 and EC. RGB value is (8,25,236). Sum of RGB (Red+Green+Blue) = 8+25+236=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 236 (92.58% from 255 or 87.73% from 269); Max value from RGB is 236 - color contains mainly: blue. Hex color #0819EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0819EC is #F7E613. Grayscale: #2B2B2B. Windows color (decimal): -16246292 or 15472904. OLE color: 15472904.
HSL color Cylindrical-coordinate representation of color #0819EC: hue angle of 235.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0819EC is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 25 | 236 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.07 |
| HSL | 235.53º | 0.93% | 0.48% | - |
| HSV(B) | 235.53º | 0.97% | 0.93% | - |
| XYZ | 15.59 | 6.8 | 79.85 | - |
| YUV | 43.97 | 236.37 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 236 | 0.97 | 0.89 | 0 | 0.07 | 235.53 | 0.93 | 0.48 |
| Hex | 8 | 19 | EC | 61 | 59 | 0 | 7 | EC | 5D | 30 |
| Octal | 10 | 31 | 354 | 141 | 131 | 0 | 7 | 354 | 135 | 60 |
| Binary | 1000 | 11001 | 11101100 | 1100001 | 1011001 | 0 | 111 | 11101100 | 1011101 | 110000 |
Color Harmonies of #0819EC
Complementary color
Monochromatic Colors of #0819EC
Black with #0819EC
Text Example
Text Example
White with #0819EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0819EC; }
p { color: rgb(8,25,236); }
H1.HeaderClassName
{
color: #0819EC;
}
.AnyTagClassName
{
color: #0819EC;
}
</style>
background-color css
<style>
a { background-color: #0819EC; }
a { background-color: rgb(8,25,236); }
div.DivClassName
{
background-color: #0819EC;
}
.BgClassName
{
background-color: #0819EC;
}
</style>
border-color css
<style>
span { border-color: #0819EC; }
span { border-color: rgb(8,25,236); }
td.TdClassName
{
border-color: #0819EC;
}
.TagClassName
{
border-color: #0819EC;
}
</style>