Shades of Medium Blue #0901BB
Tints of Medium Blue #0901BB
RGB
CMYK
RGB Variations
Color information
#0901BB (or 0x0901BB) is known color: Medium Blue. HEX triplet: 09, 01 and BB. RGB value is (9,1,187). Sum of RGB (Red+Green+Blue) = 9+1+187=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 187 (73.44% from 255 or 94.92% from 197); Max value from RGB is 187 - color contains mainly: blue. Hex color #0901BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0901BB is #F6FE44. Grayscale: #171717. Windows color (decimal): -16186949 or 12255497. OLE color: 12255497.
HSL color Cylindrical-coordinate representation of color #0901BB: hue angle of 242.58º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0901BB is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 1 | 187 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.27 |
| HSL | 242.58º | 0.99% | 0.37% | - |
| HSV(B) | 242.58º | 0.99% | 0.73% | - |
| XYZ | 9.09 | 3.67 | 47.24 | - |
| YUV | 24.6 | 219.65 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 187 | 0.95 | 0.99 | 0 | 0.27 | 242.58 | 0.99 | 0.37 |
| Hex | 9 | 1 | BB | 5F | 63 | 0 | 1B | F3 | 63 | 25 |
| Octal | 11 | 1 | 273 | 137 | 143 | 0 | 33 | 363 | 143 | 45 |
| Binary | 1001 | 1 | 10111011 | 1011111 | 1100011 | 0 | 11011 | 11110011 | 1100011 | 100101 |
Color Harmonies of #0901BB
Complementary color
Monochromatic Colors of #0901BB
Black with #0901BB
Text Example
Text Example
White with #0901BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0901BB; }
p { color: rgb(9,1,187); }
H1.HeaderClassName
{
color: #0901BB;
}
.AnyTagClassName
{
color: #0901BB;
}
</style>
background-color css
<style>
a { background-color: #0901BB; }
a { background-color: rgb(9,1,187); }
div.DivClassName
{
background-color: #0901BB;
}
.BgClassName
{
background-color: #0901BB;
}
</style>
border-color css
<style>
span { border-color: #0901BB; }
span { border-color: rgb(9,1,187); }
td.TdClassName
{
border-color: #0901BB;
}
.TagClassName
{
border-color: #0901BB;
}
</style>