Shades of Medium Blue #0904B9
Tints of Medium Blue #0904B9
RGB
CMYK
RGB Variations
Color information
#0904B9 (or 0x0904B9) is known color: Medium Blue. HEX triplet: 09, 04 and B9. RGB value is (9,4,185). Sum of RGB (Red+Green+Blue) = 9+4+185=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 185 (72.66% from 255 or 93.43% from 198); Max value from RGB is 185 - color contains mainly: blue. Hex color #0904B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0904B9 is #F6FB46. Grayscale: #191919. Windows color (decimal): -16186183 or 12125193. OLE color: 12125193.
HSL color Cylindrical-coordinate representation of color #0904B9: hue angle of 241.66º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0904B9 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 4 | 185 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.27 |
| HSL | 241.66º | 0.96% | 0.37% | - |
| HSV(B) | 241.66º | 0.98% | 0.73% | - |
| XYZ | 8.91 | 3.65 | 46.13 | - |
| YUV | 26.13 | 217.66 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 185 | 0.95 | 0.98 | 0 | 0.27 | 241.66 | 0.96 | 0.37 |
| Hex | 9 | 4 | B9 | 5F | 62 | 0 | 1B | F2 | 60 | 25 |
| Octal | 11 | 4 | 271 | 137 | 142 | 0 | 33 | 362 | 140 | 45 |
| Binary | 1001 | 100 | 10111001 | 1011111 | 1100010 | 0 | 11011 | 11110010 | 1100000 | 100101 |
Color Harmonies of #0904B9
Complementary color
Monochromatic Colors of #0904B9
Black with #0904B9
Text Example
Text Example
White with #0904B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0904B9; }
p { color: rgb(9,4,185); }
H1.HeaderClassName
{
color: #0904B9;
}
.AnyTagClassName
{
color: #0904B9;
}
</style>
background-color css
<style>
a { background-color: #0904B9; }
a { background-color: rgb(9,4,185); }
div.DivClassName
{
background-color: #0904B9;
}
.BgClassName
{
background-color: #0904B9;
}
</style>
border-color css
<style>
span { border-color: #0904B9; }
span { border-color: rgb(9,4,185); }
td.TdClassName
{
border-color: #0904B9;
}
.TagClassName
{
border-color: #0904B9;
}
</style>