Shades of Medium Blue #040CBC
Tints of Medium Blue #040CBC
RGB
CMYK
RGB Variations
Color information
#040CBC (or 0x040CBC) is known color: Medium Blue. HEX triplet: 04, 0C and BC. RGB value is (4,12,188). Sum of RGB (Red+Green+Blue) = 4+12+188=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 188 (73.83% from 255 or 92.16% from 204); Max value from RGB is 188 - color contains mainly: blue. Hex color #040CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040CBC is #FBF343. Grayscale: #1C1C1C. Windows color (decimal): -16511812 or 12323844. OLE color: 12323844.
HSL color Cylindrical-coordinate representation of color #040CBC: hue angle of 237.39º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040CBC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 12 | 188 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.26 |
| HSL | 237.39º | 0.96% | 0.38% | - |
| HSV(B) | 237.39º | 0.98% | 0.74% | - |
| XYZ | 9.26 | 3.92 | 47.85 | - |
| YUV | 29.67 | 217.35 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 188 | 0.98 | 0.94 | 0 | 0.26 | 237.39 | 0.96 | 0.38 |
| Hex | 4 | C | BC | 62 | 5E | 0 | 1A | ED | 60 | 26 |
| Octal | 4 | 14 | 274 | 142 | 136 | 0 | 32 | 355 | 140 | 46 |
| Binary | 100 | 1100 | 10111100 | 1100010 | 1011110 | 0 | 11010 | 11101101 | 1100000 | 100110 |
Color Harmonies of #040CBC
Complementary color
Monochromatic Colors of #040CBC
Black with #040CBC
Text Example
Text Example
White with #040CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040CBC; }
p { color: rgb(4,12,188); }
H1.HeaderClassName
{
color: #040CBC;
}
.AnyTagClassName
{
color: #040CBC;
}
</style>
background-color css
<style>
a { background-color: #040CBC; }
a { background-color: rgb(4,12,188); }
div.DivClassName
{
background-color: #040CBC;
}
.BgClassName
{
background-color: #040CBC;
}
</style>
border-color css
<style>
span { border-color: #040CBC; }
span { border-color: rgb(4,12,188); }
td.TdClassName
{
border-color: #040CBC;
}
.TagClassName
{
border-color: #040CBC;
}
</style>