Shades of Medium Blue #040BBE
Tints of Medium Blue #040BBE
RGB
CMYK
RGB Variations
Color information
#040BBE (or 0x040BBE) is known color: Medium Blue. HEX triplet: 04, 0B and BE. RGB value is (4,11,190). Sum of RGB (Red+Green+Blue) = 4+11+190=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 190 (74.61% from 255 or 92.68% from 205); Max value from RGB is 190 - color contains mainly: blue. Hex color #040BBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BBE is #FBF441. Grayscale: #1C1C1C. Windows color (decimal): -16512066 or 12454660. OLE color: 12454660.
HSL color Cylindrical-coordinate representation of color #040BBE: hue angle of 237.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BBE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 11 | 190 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.25 |
| HSL | 237.74º | 0.96% | 0.38% | - |
| HSV(B) | 237.74º | 0.98% | 0.75% | - |
| XYZ | 9.46 | 3.98 | 48.99 | - |
| YUV | 29.31 | 218.68 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 190 | 0.98 | 0.94 | 0 | 0.25 | 237.74 | 0.96 | 0.38 |
| Hex | 4 | B | BE | 62 | 5E | 0 | 19 | EE | 60 | 26 |
| Octal | 4 | 13 | 276 | 142 | 136 | 0 | 31 | 356 | 140 | 46 |
| Binary | 100 | 1011 | 10111110 | 1100010 | 1011110 | 0 | 11001 | 11101110 | 1100000 | 100110 |
Color Harmonies of #040BBE
Complementary color
Monochromatic Colors of #040BBE
Black with #040BBE
Text Example
Text Example
White with #040BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BBE; }
p { color: rgb(4,11,190); }
H1.HeaderClassName
{
color: #040BBE;
}
.AnyTagClassName
{
color: #040BBE;
}
</style>
background-color css
<style>
a { background-color: #040BBE; }
a { background-color: rgb(4,11,190); }
div.DivClassName
{
background-color: #040BBE;
}
.BgClassName
{
background-color: #040BBE;
}
</style>
border-color css
<style>
span { border-color: #040BBE; }
span { border-color: rgb(4,11,190); }
td.TdClassName
{
border-color: #040BBE;
}
.TagClassName
{
border-color: #040BBE;
}
</style>