Shades of Medium Blue #0900BD
Tints of Medium Blue #0900BD
RGB
CMYK
RGB Variations
Color information
#0900BD (or 0x0900BD) is known color: Medium Blue. HEX triplet: 09, 00 and BD. RGB value is (9,0,189). Sum of RGB (Red+Green+Blue) = 9+0+189=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 189 (74.22% from 255 or 95.45% from 198); Max value from RGB is 189 - color contains mainly: blue. Hex color #0900BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0900BD is #F6FF42. Grayscale: #171717. Windows color (decimal): -16187203 or 12386313. OLE color: 12386313.
HSL color Cylindrical-coordinate representation of color #0900BD: hue angle of 242.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0900BD is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 0 | 189 | - |
| CMYK | 0.95 | 1 | 0 | 0.26 |
| HSL | 242.86º | 1% | 0.37% | - |
| HSV(B) | 242.86º | 1% | 0.74% | - |
| XYZ | 9.3 | 3.73 | 48.37 | - |
| YUV | 24.24 | 220.98 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 189 | 0.95 | 1 | 0 | 0.26 | 242.86 | 1 | 0.37 |
| Hex | 9 | 0 | BD | 5F | 64 | 0 | 1A | F3 | 64 | 25 |
| Octal | 11 | 0 | 275 | 137 | 144 | 0 | 32 | 363 | 144 | 45 |
| Binary | 1001 | 0 | 10111101 | 1011111 | 1100100 | 0 | 11010 | 11110011 | 1100100 | 100101 |
Color Harmonies of #0900BD
Complementary color
Monochromatic Colors of #0900BD
Black with #0900BD
Text Example
Text Example
White with #0900BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0900BD; }
p { color: rgb(9,0,189); }
H1.HeaderClassName
{
color: #0900BD;
}
.AnyTagClassName
{
color: #0900BD;
}
</style>
background-color css
<style>
a { background-color: #0900BD; }
a { background-color: rgb(9,0,189); }
div.DivClassName
{
background-color: #0900BD;
}
.BgClassName
{
background-color: #0900BD;
}
</style>
border-color css
<style>
span { border-color: #0900BD; }
span { border-color: rgb(9,0,189); }
td.TdClassName
{
border-color: #0900BD;
}
.TagClassName
{
border-color: #0900BD;
}
</style>