Shades of Medium Blue #0800BB
Tints of Medium Blue #0800BB
RGB
CMYK
RGB Variations
Color information
#0800BB (or 0x0800BB) is known color: Medium Blue. HEX triplet: 08, 00 and BB. RGB value is (8,0,187). Sum of RGB (Red+Green+Blue) = 8+0+187=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 187 (73.44% from 255 or 95.90% from 195); Max value from RGB is 187 - color contains mainly: blue. Hex color #0800BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0800BB is #F7FF44. Grayscale: #161616. Windows color (decimal): -16252741 or 12255240. OLE color: 12255240.
HSL color Cylindrical-coordinate representation of color #0800BB: hue angle of 242.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800BB is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 0 | 187 | - |
| CMYK | 0.96 | 1 | 0 | 0.27 |
| HSL | 242.57º | 1% | 0.37% | - |
| HSV(B) | 242.57º | 1% | 0.73% | - |
| XYZ | 9.07 | 3.64 | 47.24 | - |
| YUV | 23.71 | 220.15 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 187 | 0.96 | 1 | 0 | 0.27 | 242.57 | 1 | 0.37 |
| Hex | 8 | 0 | BB | 60 | 64 | 0 | 1B | F3 | 64 | 25 |
| Octal | 10 | 0 | 273 | 140 | 144 | 0 | 33 | 363 | 144 | 45 |
| Binary | 1000 | 0 | 10111011 | 1100000 | 1100100 | 0 | 11011 | 11110011 | 1100100 | 100101 |
Color Harmonies of #0800BB
Complementary color
Monochromatic Colors of #0800BB
Black with #0800BB
Text Example
Text Example
White with #0800BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0800BB; }
p { color: rgb(8,0,187); }
H1.HeaderClassName
{
color: #0800BB;
}
.AnyTagClassName
{
color: #0800BB;
}
</style>
background-color css
<style>
a { background-color: #0800BB; }
a { background-color: rgb(8,0,187); }
div.DivClassName
{
background-color: #0800BB;
}
.BgClassName
{
background-color: #0800BB;
}
</style>
border-color css
<style>
span { border-color: #0800BB; }
span { border-color: rgb(8,0,187); }
td.TdClassName
{
border-color: #0800BB;
}
.TagClassName
{
border-color: #0800BB;
}
</style>