Shades of Medium Blue #0619DA
Tints of Medium Blue #0619DA
RGB
CMYK
RGB Variations
Color information
#0619DA (or 0x0619DA) is known color: Medium Blue. HEX triplet: 06, 19 and DA. RGB value is (6,25,218). Sum of RGB (Red+Green+Blue) = 6+25+218=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 218 (85.55% from 255 or 87.55% from 249); Max value from RGB is 218 - color contains mainly: blue. Hex color #0619DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0619DA is #F9E625. Grayscale: #282828. Windows color (decimal): -16377382 or 14293254. OLE color: 14293254.
HSL color Cylindrical-coordinate representation of color #0619DA: hue angle of 234.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0619DA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 25 | 218 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.15 |
| HSL | 234.62º | 0.95% | 0.44% | - |
| HSV(B) | 234.62º | 0.97% | 0.85% | - |
| XYZ | 13.08 | 5.8 | 66.76 | - |
| YUV | 41.32 | 227.71 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 218 | 0.97 | 0.89 | 0 | 0.15 | 234.62 | 0.95 | 0.44 |
| Hex | 6 | 19 | DA | 61 | 59 | 0 | F | EB | 5F | 2C |
| Octal | 6 | 31 | 332 | 141 | 131 | 0 | 17 | 353 | 137 | 54 |
| Binary | 110 | 11001 | 11011010 | 1100001 | 1011001 | 0 | 1111 | 11101011 | 1011111 | 101100 |
Color Harmonies of #0619DA
Complementary color
Monochromatic Colors of #0619DA
Black with #0619DA
Text Example
Text Example
White with #0619DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0619DA; }
p { color: rgb(6,25,218); }
H1.HeaderClassName
{
color: #0619DA;
}
.AnyTagClassName
{
color: #0619DA;
}
</style>
background-color css
<style>
a { background-color: #0619DA; }
a { background-color: rgb(6,25,218); }
div.DivClassName
{
background-color: #0619DA;
}
.BgClassName
{
background-color: #0619DA;
}
</style>
border-color css
<style>
span { border-color: #0619DA; }
span { border-color: rgb(6,25,218); }
td.TdClassName
{
border-color: #0619DA;
}
.TagClassName
{
border-color: #0619DA;
}
</style>