Shades of Medium Blue #0901BC
Tints of Medium Blue #0901BC
RGB
CMYK
RGB Variations
Color information
#0901BC (or 0x0901BC) is known color: Medium Blue. HEX triplet: 09, 01 and BC. RGB value is (9,1,188). Sum of RGB (Red+Green+Blue) = 9+1+188=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 188 (73.83% from 255 or 94.95% from 198); Max value from RGB is 188 - color contains mainly: blue. Hex color #0901BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0901BC is #F6FE43. Grayscale: #171717. Windows color (decimal): -16186948 or 12321033. OLE color: 12321033.
HSL color Cylindrical-coordinate representation of color #0901BC: hue angle of 242.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0901BC is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 1 | 188 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.26 |
| HSL | 242.57º | 0.99% | 0.37% | - |
| HSV(B) | 242.57º | 0.99% | 0.74% | - |
| XYZ | 9.2 | 3.71 | 47.81 | - |
| YUV | 24.71 | 220.15 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 188 | 0.95 | 0.99 | 0 | 0.26 | 242.57 | 0.99 | 0.37 |
| Hex | 9 | 1 | BC | 5F | 63 | 0 | 1A | F3 | 63 | 25 |
| Octal | 11 | 1 | 274 | 137 | 143 | 0 | 32 | 363 | 143 | 45 |
| Binary | 1001 | 1 | 10111100 | 1011111 | 1100011 | 0 | 11010 | 11110011 | 1100011 | 100101 |
Color Harmonies of #0901BC
Complementary color
Monochromatic Colors of #0901BC
Black with #0901BC
Text Example
Text Example
White with #0901BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0901BC; }
p { color: rgb(9,1,188); }
H1.HeaderClassName
{
color: #0901BC;
}
.AnyTagClassName
{
color: #0901BC;
}
</style>
background-color css
<style>
a { background-color: #0901BC; }
a { background-color: rgb(9,1,188); }
div.DivClassName
{
background-color: #0901BC;
}
.BgClassName
{
background-color: #0901BC;
}
</style>
border-color css
<style>
span { border-color: #0901BC; }
span { border-color: rgb(9,1,188); }
td.TdClassName
{
border-color: #0901BC;
}
.TagClassName
{
border-color: #0901BC;
}
</style>