Shades of Medium Blue #040BCB
Tints of Medium Blue #040BCB
RGB
CMYK
RGB Variations
Color information
#040BCB (or 0x040BCB) is known color: Medium Blue. HEX triplet: 04, 0B and CB. RGB value is (4,11,203). Sum of RGB (Red+Green+Blue) = 4+11+203=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #040BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BCB is #FBF434. Grayscale: #1E1E1E. Windows color (decimal): -16512053 or 13306628. OLE color: 13306628.
HSL color Cylindrical-coordinate representation of color #040BCB: hue angle of 237.89º 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 #040BCB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 11 | 203 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.20 |
| HSL | 237.89º | 0.96% | 0.41% | - |
| HSV(B) | 237.89º | 0.98% | 0.8% | - |
| XYZ | 10.95 | 4.58 | 56.81 | - |
| YUV | 30.8 | 225.18 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 203 | 0.98 | 0.95 | 0 | 0.20 | 237.89 | 0.96 | 0.41 |
| Hex | 4 | B | CB | 62 | 5F | 0 | 14 | EE | 60 | 29 |
| Octal | 4 | 13 | 313 | 142 | 137 | 0 | 24 | 356 | 140 | 51 |
| Binary | 100 | 1011 | 11001011 | 1100010 | 1011111 | 0 | 10100 | 11101110 | 1100000 | 101001 |
Color Harmonies of #040BCB
Complementary color
Monochromatic Colors of #040BCB
Black with #040BCB
Text Example
Text Example
White with #040BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BCB; }
p { color: rgb(4,11,203); }
H1.HeaderClassName
{
color: #040BCB;
}
.AnyTagClassName
{
color: #040BCB;
}
</style>
background-color css
<style>
a { background-color: #040BCB; }
a { background-color: rgb(4,11,203); }
div.DivClassName
{
background-color: #040BCB;
}
.BgClassName
{
background-color: #040BCB;
}
</style>
border-color css
<style>
span { border-color: #040BCB; }
span { border-color: rgb(4,11,203); }
td.TdClassName
{
border-color: #040BCB;
}
.TagClassName
{
border-color: #040BCB;
}
</style>