Shades of Medium Blue #040BB9
Tints of Medium Blue #040BB9
RGB
CMYK
RGB Variations
Color information
#040BB9 (or 0x040BB9) is known color: Medium Blue. HEX triplet: 04, 0B and B9. RGB value is (4,11,185). Sum of RGB (Red+Green+Blue) = 4+11+185=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 185 (72.66% from 255 or 92.5% from 200); Max value from RGB is 185 - color contains mainly: blue. Hex color #040BB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BB9 is #FBF446. Grayscale: #1C1C1C. Windows color (decimal): -16512071 or 12126980. OLE color: 12126980.
HSL color Cylindrical-coordinate representation of color #040BB9: hue angle of 237.68º 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 #040BB9 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 11 | 185 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.27 |
| HSL | 237.68º | 0.96% | 0.37% | - |
| HSV(B) | 237.68º | 0.98% | 0.73% | - |
| XYZ | 8.93 | 3.77 | 46.16 | - |
| YUV | 28.74 | 216.18 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 185 | 0.98 | 0.94 | 0 | 0.27 | 237.68 | 0.96 | 0.37 |
| Hex | 4 | B | B9 | 62 | 5E | 0 | 1B | EE | 60 | 25 |
| Octal | 4 | 13 | 271 | 142 | 136 | 0 | 33 | 356 | 140 | 45 |
| Binary | 100 | 1011 | 10111001 | 1100010 | 1011110 | 0 | 11011 | 11101110 | 1100000 | 100101 |
Color Harmonies of #040BB9
Complementary color
Monochromatic Colors of #040BB9
Black with #040BB9
Text Example
Text Example
White with #040BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BB9; }
p { color: rgb(4,11,185); }
H1.HeaderClassName
{
color: #040BB9;
}
.AnyTagClassName
{
color: #040BB9;
}
</style>
background-color css
<style>
a { background-color: #040BB9; }
a { background-color: rgb(4,11,185); }
div.DivClassName
{
background-color: #040BB9;
}
.BgClassName
{
background-color: #040BB9;
}
</style>
border-color css
<style>
span { border-color: #040BB9; }
span { border-color: rgb(4,11,185); }
td.TdClassName
{
border-color: #040BB9;
}
.TagClassName
{
border-color: #040BB9;
}
</style>