Shades of Blue #0613EC
Tints of Blue #0613EC
RGB
CMYK
RGB Variations
Color information
#0613EC (or 0x0613EC) is known color: Blue. HEX triplet: 06, 13 and EC. RGB value is (6,19,236). Sum of RGB (Red+Green+Blue) = 6+19+236=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 236 (92.58% from 255 or 90.42% from 261); Max value from RGB is 236 - color contains mainly: blue. Hex color #0613EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0613EC is #F9EC13. Grayscale: #262626. Windows color (decimal): -16378900 or 15471366. OLE color: 15471366.
HSL color Cylindrical-coordinate representation of color #0613EC: hue angle of 236.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0613EC is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 19 | 236 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.07 |
| HSL | 236.61º | 0.95% | 0.47% | - |
| HSV(B) | 236.61º | 0.97% | 0.93% | - |
| XYZ | 15.45 | 6.56 | 79.81 | - |
| YUV | 39.85 | 238.69 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 236 | 0.97 | 0.92 | 0 | 0.07 | 236.61 | 0.95 | 0.47 |
| Hex | 6 | 13 | EC | 61 | 5C | 0 | 7 | ED | 5F | 2F |
| Octal | 6 | 23 | 354 | 141 | 134 | 0 | 7 | 355 | 137 | 57 |
| Binary | 110 | 10011 | 11101100 | 1100001 | 1011100 | 0 | 111 | 11101101 | 1011111 | 101111 |
Color Harmonies of #0613EC
Complementary color
Monochromatic Colors of #0613EC
Black with #0613EC
Text Example
Text Example
White with #0613EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0613EC; }
p { color: rgb(6,19,236); }
H1.HeaderClassName
{
color: #0613EC;
}
.AnyTagClassName
{
color: #0613EC;
}
</style>
background-color css
<style>
a { background-color: #0613EC; }
a { background-color: rgb(6,19,236); }
div.DivClassName
{
background-color: #0613EC;
}
.BgClassName
{
background-color: #0613EC;
}
</style>
border-color css
<style>
span { border-color: #0613EC; }
span { border-color: rgb(6,19,236); }
td.TdClassName
{
border-color: #0613EC;
}
.TagClassName
{
border-color: #0613EC;
}
</style>