Shades of Medium Blue #0605BB
Tints of Medium Blue #0605BB
RGB
CMYK
RGB Variations
Color information
#0605BB (or 0x0605BB) is known color: Medium Blue. HEX triplet: 06, 05 and BB. RGB value is (6,5,187). Sum of RGB (Red+Green+Blue) = 6+5+187=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 187 (73.44% from 255 or 94.44% from 198); Max value from RGB is 187 - color contains mainly: blue. Hex color #0605BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0605BB is #F9FA44. Grayscale: #191919. Windows color (decimal): -16382533 or 12256518. OLE color: 12256518.
HSL color Cylindrical-coordinate representation of color #0605BB: hue angle of 240.33º degrees, saturation: 0.95, 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 #0605BB is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 5 | 187 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.27 |
| HSL | 240.33º | 0.95% | 0.38% | - |
| HSV(B) | 240.33º | 0.97% | 0.73% | - |
| XYZ | 9.1 | 3.74 | 47.26 | - |
| YUV | 26.05 | 218.83 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 187 | 0.97 | 0.97 | 0 | 0.27 | 240.33 | 0.95 | 0.38 |
| Hex | 6 | 5 | BB | 61 | 61 | 0 | 1B | F0 | 5F | 26 |
| Octal | 6 | 5 | 273 | 141 | 141 | 0 | 33 | 360 | 137 | 46 |
| Binary | 110 | 101 | 10111011 | 1100001 | 1100001 | 0 | 11011 | 11110000 | 1011111 | 100110 |
Color Harmonies of #0605BB
Complementary color
Monochromatic Colors of #0605BB
Black with #0605BB
Text Example
Text Example
White with #0605BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0605BB; }
p { color: rgb(6,5,187); }
H1.HeaderClassName
{
color: #0605BB;
}
.AnyTagClassName
{
color: #0605BB;
}
</style>
background-color css
<style>
a { background-color: #0605BB; }
a { background-color: rgb(6,5,187); }
div.DivClassName
{
background-color: #0605BB;
}
.BgClassName
{
background-color: #0605BB;
}
</style>
border-color css
<style>
span { border-color: #0605BB; }
span { border-color: rgb(6,5,187); }
td.TdClassName
{
border-color: #0605BB;
}
.TagClassName
{
border-color: #0605BB;
}
</style>