Shades of Medium Blue #0904BC
Tints of Medium Blue #0904BC
RGB
CMYK
RGB Variations
Color information
#0904BC (or 0x0904BC) is known color: Medium Blue. HEX triplet: 09, 04 and BC. RGB value is (9,4,188). Sum of RGB (Red+Green+Blue) = 9+4+188=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 188 (73.83% from 255 or 93.53% from 201); Max value from RGB is 188 - color contains mainly: blue. Hex color #0904BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0904BC is #F6FB43. Grayscale: #191919. Windows color (decimal): -16186180 or 12321801. OLE color: 12321801.
HSL color Cylindrical-coordinate representation of color #0904BC: hue angle of 241.63º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0904BC is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 4 | 188 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.26 |
| HSL | 241.63º | 0.96% | 0.38% | - |
| HSV(B) | 241.63º | 0.98% | 0.74% | - |
| XYZ | 9.23 | 3.78 | 47.82 | - |
| YUV | 26.47 | 219.16 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 188 | 0.95 | 0.98 | 0 | 0.26 | 241.63 | 0.96 | 0.38 |
| Hex | 9 | 4 | BC | 5F | 62 | 0 | 1A | F2 | 60 | 26 |
| Octal | 11 | 4 | 274 | 137 | 142 | 0 | 32 | 362 | 140 | 46 |
| Binary | 1001 | 100 | 10111100 | 1011111 | 1100010 | 0 | 11010 | 11110010 | 1100000 | 100110 |
Color Harmonies of #0904BC
Complementary color
Monochromatic Colors of #0904BC
Black with #0904BC
Text Example
Text Example
White with #0904BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0904BC; }
p { color: rgb(9,4,188); }
H1.HeaderClassName
{
color: #0904BC;
}
.AnyTagClassName
{
color: #0904BC;
}
</style>
background-color css
<style>
a { background-color: #0904BC; }
a { background-color: rgb(9,4,188); }
div.DivClassName
{
background-color: #0904BC;
}
.BgClassName
{
background-color: #0904BC;
}
</style>
border-color css
<style>
span { border-color: #0904BC; }
span { border-color: rgb(9,4,188); }
td.TdClassName
{
border-color: #0904BC;
}
.TagClassName
{
border-color: #0904BC;
}
</style>