Shades of Medium Blue #0819E5
Tints of Medium Blue #0819E5
RGB
CMYK
RGB Variations
Color information
#0819E5 (or 0x0819E5) is known color: Medium Blue. HEX triplet: 08, 19 and E5. RGB value is (8,25,229). Sum of RGB (Red+Green+Blue) = 8+25+229=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 229 (89.84% from 255 or 87.40% from 262); Max value from RGB is 229 - color contains mainly: blue. Hex color #0819E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0819E5 is #F7E61A. Grayscale: #2A2A2A. Windows color (decimal): -16246299 or 15014152. OLE color: 15014152.
HSL color Cylindrical-coordinate representation of color #0819E5: hue angle of 235.38º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0819E5 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 25 | 229 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.10 |
| HSL | 235.38º | 0.93% | 0.46% | - |
| HSV(B) | 235.38º | 0.97% | 0.9% | - |
| XYZ | 14.59 | 6.4 | 74.6 | - |
| YUV | 43.17 | 232.87 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 229 | 0.97 | 0.89 | 0 | 0.10 | 235.38 | 0.93 | 0.46 |
| Hex | 8 | 19 | E5 | 61 | 59 | 0 | A | EB | 5D | 2E |
| Octal | 10 | 31 | 345 | 141 | 131 | 0 | 12 | 353 | 135 | 56 |
| Binary | 1000 | 11001 | 11100101 | 1100001 | 1011001 | 0 | 1010 | 11101011 | 1011101 | 101110 |
Color Harmonies of #0819E5
Complementary color
Monochromatic Colors of #0819E5
Black with #0819E5
Text Example
Text Example
White with #0819E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0819E5; }
p { color: rgb(8,25,229); }
H1.HeaderClassName
{
color: #0819E5;
}
.AnyTagClassName
{
color: #0819E5;
}
</style>
background-color css
<style>
a { background-color: #0819E5; }
a { background-color: rgb(8,25,229); }
div.DivClassName
{
background-color: #0819E5;
}
.BgClassName
{
background-color: #0819E5;
}
</style>
border-color css
<style>
span { border-color: #0819E5; }
span { border-color: rgb(8,25,229); }
td.TdClassName
{
border-color: #0819E5;
}
.TagClassName
{
border-color: #0819E5;
}
</style>