Shades of Blue #0619ED
Tints of Blue #0619ED
RGB
CMYK
RGB Variations
Color information
#0619ED (or 0x0619ED) is known color: Blue. HEX triplet: 06, 19 and ED. RGB value is (6,25,237). Sum of RGB (Red+Green+Blue) = 6+25+237=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #0619ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0619ED is #F9E612. Grayscale: #2A2A2A. Windows color (decimal): -16377363 or 15538438. OLE color: 15538438.
HSL color Cylindrical-coordinate representation of color #0619ED: hue angle of 235.06º degrees, saturation: 0.95, 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 #0619ED is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 25 | 237 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.07 |
| HSL | 235.06º | 0.95% | 0.48% | - |
| HSV(B) | 235.06º | 0.97% | 0.93% | - |
| XYZ | 15.71 | 6.85 | 80.61 | - |
| YUV | 43.49 | 237.21 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 237 | 0.97 | 0.89 | 0 | 0.07 | 235.06 | 0.95 | 0.48 |
| Hex | 6 | 19 | ED | 61 | 59 | 0 | 7 | EB | 5F | 30 |
| Octal | 6 | 31 | 355 | 141 | 131 | 0 | 7 | 353 | 137 | 60 |
| Binary | 110 | 11001 | 11101101 | 1100001 | 1011001 | 0 | 111 | 11101011 | 1011111 | 110000 |
Color Harmonies of #0619ED
Complementary color
Monochromatic Colors of #0619ED
Black with #0619ED
Text Example
Text Example
White with #0619ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0619ED; }
p { color: rgb(6,25,237); }
H1.HeaderClassName
{
color: #0619ED;
}
.AnyTagClassName
{
color: #0619ED;
}
</style>
background-color css
<style>
a { background-color: #0619ED; }
a { background-color: rgb(6,25,237); }
div.DivClassName
{
background-color: #0619ED;
}
.BgClassName
{
background-color: #0619ED;
}
</style>
border-color css
<style>
span { border-color: #0619ED; }
span { border-color: rgb(6,25,237); }
td.TdClassName
{
border-color: #0619ED;
}
.TagClassName
{
border-color: #0619ED;
}
</style>