Shades of Medium Blue #0610BB
Tints of Medium Blue #0610BB
RGB
CMYK
RGB Variations
Color information
#0610BB (or 0x0610BB) is known color: Medium Blue. HEX triplet: 06, 10 and BB. RGB value is (6,16,187). Sum of RGB (Red+Green+Blue) = 6+16+187=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 187 (73.44% from 255 or 89.47% from 209); Max value from RGB is 187 - color contains mainly: blue. Hex color #0610BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0610BB is #F9EF44. Grayscale: #1F1F1F. Windows color (decimal): -16379717 or 12259334. OLE color: 12259334.
HSL color Cylindrical-coordinate representation of color #0610BB: hue angle of 236.69º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0610BB is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 16 | 187 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.27 |
| HSL | 236.69º | 0.94% | 0.38% | - |
| HSV(B) | 236.69º | 0.97% | 0.73% | - |
| XYZ | 9.23 | 4 | 47.3 | - |
| YUV | 32.5 | 215.19 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 187 | 0.97 | 0.91 | 0 | 0.27 | 236.69 | 0.94 | 0.38 |
| Hex | 6 | 10 | BB | 61 | 5B | 0 | 1B | ED | 5E | 26 |
| Octal | 6 | 20 | 273 | 141 | 133 | 0 | 33 | 355 | 136 | 46 |
| Binary | 110 | 10000 | 10111011 | 1100001 | 1011011 | 0 | 11011 | 11101101 | 1011110 | 100110 |
Color Harmonies of #0610BB
Complementary color
Monochromatic Colors of #0610BB
Black with #0610BB
Text Example
Text Example
White with #0610BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0610BB; }
p { color: rgb(6,16,187); }
H1.HeaderClassName
{
color: #0610BB;
}
.AnyTagClassName
{
color: #0610BB;
}
</style>
background-color css
<style>
a { background-color: #0610BB; }
a { background-color: rgb(6,16,187); }
div.DivClassName
{
background-color: #0610BB;
}
.BgClassName
{
background-color: #0610BB;
}
</style>
border-color css
<style>
span { border-color: #0610BB; }
span { border-color: rgb(6,16,187); }
td.TdClassName
{
border-color: #0610BB;
}
.TagClassName
{
border-color: #0610BB;
}
</style>