Shades of Medium Blue #0615BC
Tints of Medium Blue #0615BC
RGB
CMYK
RGB Variations
Color information
#0615BC (or 0x0615BC) is known color: Medium Blue. HEX triplet: 06, 15 and BC. RGB value is (6,21,188). Sum of RGB (Red+Green+Blue) = 6+21+188=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 188 (73.83% from 255 or 87.44% from 215); Max value from RGB is 188 - color contains mainly: blue. Hex color #0615BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0615BC is #F9EA43. Grayscale: #222222. Windows color (decimal): -16378436 or 12326150. OLE color: 12326150.
HSL color Cylindrical-coordinate representation of color #0615BC: hue angle of 235.05º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0615BC is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 21 | 188 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.26 |
| HSL | 235.05º | 0.94% | 0.38% | - |
| HSV(B) | 235.05º | 0.97% | 0.74% | - |
| XYZ | 9.42 | 4.21 | 47.89 | - |
| YUV | 35.55 | 214.03 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 188 | 0.97 | 0.89 | 0 | 0.26 | 235.05 | 0.94 | 0.38 |
| Hex | 6 | 15 | BC | 61 | 59 | 0 | 1A | EB | 5E | 26 |
| Octal | 6 | 25 | 274 | 141 | 131 | 0 | 32 | 353 | 136 | 46 |
| Binary | 110 | 10101 | 10111100 | 1100001 | 1011001 | 0 | 11010 | 11101011 | 1011110 | 100110 |
Color Harmonies of #0615BC
Complementary color
Monochromatic Colors of #0615BC
Black with #0615BC
Text Example
Text Example
White with #0615BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0615BC; }
p { color: rgb(6,21,188); }
H1.HeaderClassName
{
color: #0615BC;
}
.AnyTagClassName
{
color: #0615BC;
}
</style>
background-color css
<style>
a { background-color: #0615BC; }
a { background-color: rgb(6,21,188); }
div.DivClassName
{
background-color: #0615BC;
}
.BgClassName
{
background-color: #0615BC;
}
</style>
border-color css
<style>
span { border-color: #0615BC; }
span { border-color: rgb(6,21,188); }
td.TdClassName
{
border-color: #0615BC;
}
.TagClassName
{
border-color: #0615BC;
}
</style>