Shades of Medium Blue #0904CB
Tints of Medium Blue #0904CB
RGB
CMYK
RGB Variations
Color information
#0904CB (or 0x0904CB) is known color: Medium Blue. HEX triplet: 09, 04 and CB. RGB value is (9,4,203). Sum of RGB (Red+Green+Blue) = 9+4+203=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 203 (79.69% from 255 or 93.98% from 216); Max value from RGB is 203 - color contains mainly: blue. Hex color #0904CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0904CB is #F6FB34. Grayscale: #1B1B1B. Windows color (decimal): -16186165 or 13304841. OLE color: 13304841.
HSL color Cylindrical-coordinate representation of color #0904CB: hue angle of 241.51º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0904CB is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 4 | 203 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.20 |
| HSL | 241.51º | 0.96% | 0.41% | - |
| HSV(B) | 241.51º | 0.98% | 0.8% | - |
| XYZ | 10.94 | 4.46 | 56.78 | - |
| YUV | 28.18 | 226.66 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 203 | 0.96 | 0.98 | 0 | 0.20 | 241.51 | 0.96 | 0.41 |
| Hex | 9 | 4 | CB | 60 | 62 | 0 | 14 | F2 | 60 | 29 |
| Octal | 11 | 4 | 313 | 140 | 142 | 0 | 24 | 362 | 140 | 51 |
| Binary | 1001 | 100 | 11001011 | 1100000 | 1100010 | 0 | 10100 | 11110010 | 1100000 | 101001 |
Color Harmonies of #0904CB
Complementary color
Monochromatic Colors of #0904CB
Black with #0904CB
Text Example
Text Example
White with #0904CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0904CB; }
p { color: rgb(9,4,203); }
H1.HeaderClassName
{
color: #0904CB;
}
.AnyTagClassName
{
color: #0904CB;
}
</style>
background-color css
<style>
a { background-color: #0904CB; }
a { background-color: rgb(9,4,203); }
div.DivClassName
{
background-color: #0904CB;
}
.BgClassName
{
background-color: #0904CB;
}
</style>
border-color css
<style>
span { border-color: #0904CB; }
span { border-color: rgb(9,4,203); }
td.TdClassName
{
border-color: #0904CB;
}
.TagClassName
{
border-color: #0904CB;
}
</style>