Shades of Blue #0813EA
Tints of Blue #0813EA
RGB
CMYK
RGB Variations
Color information
#0813EA (or 0x0813EA) is known color: Blue. HEX triplet: 08, 13 and EA. RGB value is (8,19,234). Sum of RGB (Red+Green+Blue) = 8+19+234=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 234 (91.80% from 255 or 89.66% from 261); Max value from RGB is 234 - color contains mainly: blue. Hex color #0813EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0813EA is #F7EC15. Grayscale: #272727. Windows color (decimal): -16247830 or 15340296. OLE color: 15340296.
HSL color Cylindrical-coordinate representation of color #0813EA: hue angle of 237.08º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0813EA is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 19 | 234 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.08 |
| HSL | 237.08º | 0.93% | 0.47% | - |
| HSV(B) | 237.08º | 0.97% | 0.92% | - |
| XYZ | 15.18 | 6.46 | 78.29 | - |
| YUV | 40.22 | 237.36 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 234 | 0.97 | 0.92 | 0 | 0.08 | 237.08 | 0.93 | 0.47 |
| Hex | 8 | 13 | EA | 61 | 5C | 0 | 8 | ED | 5D | 2F |
| Octal | 10 | 23 | 352 | 141 | 134 | 0 | 10 | 355 | 135 | 57 |
| Binary | 1000 | 10011 | 11101010 | 1100001 | 1011100 | 0 | 1000 | 11101101 | 1011101 | 101111 |
Color Harmonies of #0813EA
Complementary color
Monochromatic Colors of #0813EA
Black with #0813EA
Text Example
Text Example
White with #0813EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0813EA; }
p { color: rgb(8,19,234); }
H1.HeaderClassName
{
color: #0813EA;
}
.AnyTagClassName
{
color: #0813EA;
}
</style>
background-color css
<style>
a { background-color: #0813EA; }
a { background-color: rgb(8,19,234); }
div.DivClassName
{
background-color: #0813EA;
}
.BgClassName
{
background-color: #0813EA;
}
</style>
border-color css
<style>
span { border-color: #0813EA; }
span { border-color: rgb(8,19,234); }
td.TdClassName
{
border-color: #0813EA;
}
.TagClassName
{
border-color: #0813EA;
}
</style>