Shades of Medium Blue #0904B7
Tints of Medium Blue #0904B7
RGB
CMYK
RGB Variations
Color information
#0904B7 (or 0x0904B7) is known color: Medium Blue. HEX triplet: 09, 04 and B7. RGB value is (9,4,183). Sum of RGB (Red+Green+Blue) = 9+4+183=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 183 (71.88% from 255 or 93.37% from 196); Max value from RGB is 183 - color contains mainly: blue. Hex color #0904B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0904B7 is #F6FB48. Grayscale: #191919. Windows color (decimal): -16186185 or 11994121. OLE color: 11994121.
HSL color Cylindrical-coordinate representation of color #0904B7: hue angle of 241.68º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0904B7 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 4 | 183 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.28 |
| HSL | 241.68º | 0.96% | 0.37% | - |
| HSV(B) | 241.68º | 0.98% | 0.72% | - |
| XYZ | 8.7 | 3.56 | 45.03 | - |
| YUV | 25.9 | 216.66 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 183 | 0.95 | 0.98 | 0 | 0.28 | 241.68 | 0.96 | 0.37 |
| Hex | 9 | 4 | B7 | 5F | 62 | 0 | 1C | F2 | 60 | 25 |
| Octal | 11 | 4 | 267 | 137 | 142 | 0 | 34 | 362 | 140 | 45 |
| Binary | 1001 | 100 | 10110111 | 1011111 | 1100010 | 0 | 11100 | 11110010 | 1100000 | 100101 |
Color Harmonies of #0904B7
Complementary color
Monochromatic Colors of #0904B7
Black with #0904B7
Text Example
Text Example
White with #0904B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0904B7; }
p { color: rgb(9,4,183); }
H1.HeaderClassName
{
color: #0904B7;
}
.AnyTagClassName
{
color: #0904B7;
}
</style>
background-color css
<style>
a { background-color: #0904B7; }
a { background-color: rgb(9,4,183); }
div.DivClassName
{
background-color: #0904B7;
}
.BgClassName
{
background-color: #0904B7;
}
</style>
border-color css
<style>
span { border-color: #0904B7; }
span { border-color: rgb(9,4,183); }
td.TdClassName
{
border-color: #0904B7;
}
.TagClassName
{
border-color: #0904B7;
}
</style>