Shades of Medium Blue #040BDA
Tints of Medium Blue #040BDA
RGB
CMYK
RGB Variations
Color information
#040BDA (or 0x040BDA) is known color: Medium Blue. HEX triplet: 04, 0B and DA. RGB value is (4,11,218). Sum of RGB (Red+Green+Blue) = 4+11+218=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 218 (85.55% from 255 or 93.56% from 233); Max value from RGB is 218 - color contains mainly: blue. Hex color #040BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040BDA is #FBF425. Grayscale: #1F1F1F. Windows color (decimal): -16512038 or 14289668. OLE color: 14289668.
HSL color Cylindrical-coordinate representation of color #040BDA: hue angle of 238.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040BDA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 11 | 218 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.15 |
| HSL | 238.04º | 0.96% | 0.44% | - |
| HSV(B) | 238.04º | 0.98% | 0.85% | - |
| XYZ | 12.82 | 5.33 | 66.68 | - |
| YUV | 32.51 | 232.68 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 218 | 0.98 | 0.95 | 0 | 0.15 | 238.04 | 0.96 | 0.44 |
| Hex | 4 | B | DA | 62 | 5F | 0 | F | EE | 60 | 2C |
| Octal | 4 | 13 | 332 | 142 | 137 | 0 | 17 | 356 | 140 | 54 |
| Binary | 100 | 1011 | 11011010 | 1100010 | 1011111 | 0 | 1111 | 11101110 | 1100000 | 101100 |
Color Harmonies of #040BDA
Complementary color
Monochromatic Colors of #040BDA
Black with #040BDA
Text Example
Text Example
White with #040BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BDA; }
p { color: rgb(4,11,218); }
H1.HeaderClassName
{
color: #040BDA;
}
.AnyTagClassName
{
color: #040BDA;
}
</style>
background-color css
<style>
a { background-color: #040BDA; }
a { background-color: rgb(4,11,218); }
div.DivClassName
{
background-color: #040BDA;
}
.BgClassName
{
background-color: #040BDA;
}
</style>
border-color css
<style>
span { border-color: #040BDA; }
span { border-color: rgb(4,11,218); }
td.TdClassName
{
border-color: #040BDA;
}
.TagClassName
{
border-color: #040BDA;
}
</style>