Shades of Medium Blue #040DBB
Tints of Medium Blue #040DBB
RGB
CMYK
RGB Variations
Color information
#040DBB (or 0x040DBB) is known color: Medium Blue. HEX triplet: 04, 0D and BB. RGB value is (4,13,187). Sum of RGB (Red+Green+Blue) = 4+13+187=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #040DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040DBB is #FBF244. Grayscale: #1D1D1D. Windows color (decimal): -16511557 or 12258564. OLE color: 12258564.
HSL color Cylindrical-coordinate representation of color #040DBB: hue angle of 237.05º 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 #040DBB is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 13 | 187 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.27 |
| HSL | 237.05º | 0.96% | 0.37% | - |
| HSV(B) | 237.05º | 0.98% | 0.73% | - |
| XYZ | 9.16 | 3.9 | 47.28 | - |
| YUV | 30.15 | 216.52 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 187 | 0.98 | 0.93 | 0 | 0.27 | 237.05 | 0.96 | 0.37 |
| Hex | 4 | D | BB | 62 | 5D | 0 | 1B | ED | 60 | 25 |
| Octal | 4 | 15 | 273 | 142 | 135 | 0 | 33 | 355 | 140 | 45 |
| Binary | 100 | 1101 | 10111011 | 1100010 | 1011101 | 0 | 11011 | 11101101 | 1100000 | 100101 |
Color Harmonies of #040DBB
Complementary color
Monochromatic Colors of #040DBB
Black with #040DBB
Text Example
Text Example
White with #040DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DBB; }
p { color: rgb(4,13,187); }
H1.HeaderClassName
{
color: #040DBB;
}
.AnyTagClassName
{
color: #040DBB;
}
</style>
background-color css
<style>
a { background-color: #040DBB; }
a { background-color: rgb(4,13,187); }
div.DivClassName
{
background-color: #040DBB;
}
.BgClassName
{
background-color: #040DBB;
}
</style>
border-color css
<style>
span { border-color: #040DBB; }
span { border-color: rgb(4,13,187); }
td.TdClassName
{
border-color: #040DBB;
}
.TagClassName
{
border-color: #040DBB;
}
</style>