Shades of Medium Blue #0908BB
Tints of Medium Blue #0908BB
RGB
CMYK
RGB Variations
Color information
#0908BB (or 0x0908BB) is known color: Medium Blue. HEX triplet: 09, 08 and BB. RGB value is (9,8,187). Sum of RGB (Red+Green+Blue) = 9+8+187=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #0908BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0908BB is #F6F744. Grayscale: #1B1B1B. Windows color (decimal): -16185157 or 12257289. OLE color: 12257289.
HSL color Cylindrical-coordinate representation of color #0908BB: hue angle of 240.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0908BB is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 8 | 187 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.27 |
| HSL | 240.34º | 0.92% | 0.38% | - |
| HSV(B) | 240.34º | 0.96% | 0.73% | - |
| XYZ | 9.17 | 3.82 | 47.27 | - |
| YUV | 28.71 | 217.33 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 187 | 0.95 | 0.96 | 0 | 0.27 | 240.34 | 0.92 | 0.38 |
| Hex | 9 | 8 | BB | 5F | 60 | 0 | 1B | F0 | 5C | 26 |
| Octal | 11 | 10 | 273 | 137 | 140 | 0 | 33 | 360 | 134 | 46 |
| Binary | 1001 | 1000 | 10111011 | 1011111 | 1100000 | 0 | 11011 | 11110000 | 1011100 | 100110 |
Color Harmonies of #0908BB
Complementary color
Monochromatic Colors of #0908BB
Black with #0908BB
Text Example
Text Example
White with #0908BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0908BB; }
p { color: rgb(9,8,187); }
H1.HeaderClassName
{
color: #0908BB;
}
.AnyTagClassName
{
color: #0908BB;
}
</style>
background-color css
<style>
a { background-color: #0908BB; }
a { background-color: rgb(9,8,187); }
div.DivClassName
{
background-color: #0908BB;
}
.BgClassName
{
background-color: #0908BB;
}
</style>
border-color css
<style>
span { border-color: #0908BB; }
span { border-color: rgb(9,8,187); }
td.TdClassName
{
border-color: #0908BB;
}
.TagClassName
{
border-color: #0908BB;
}
</style>