Shades of Medium Blue #040CCC
Tints of Medium Blue #040CCC
RGB
CMYK
RGB Variations
Color information
#040CCC (or 0x040CCC) is known color: Medium Blue. HEX triplet: 04, 0C and CC. RGB value is (4,12,204). Sum of RGB (Red+Green+Blue) = 4+12+204=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 204 (80.08% from 255 or 92.73% from 220); Max value from RGB is 204 - color contains mainly: blue. Hex color #040CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040CCC is #FBF333. Grayscale: #1E1E1E. Windows color (decimal): -16511796 or 13372420. OLE color: 13372420.
HSL color Cylindrical-coordinate representation of color #040CCC: hue angle of 237.6º 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 #040CCC is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 12 | 204 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.2 |
| HSL | 237.6º | 0.96% | 0.41% | - |
| HSV(B) | 237.6º | 0.98% | 0.8% | - |
| XYZ | 11.08 | 4.65 | 57.44 | - |
| YUV | 31.5 | 225.35 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 204 | 0.98 | 0.94 | 0 | 0.2 | 237.6 | 0.96 | 0.41 |
| Hex | 4 | C | CC | 62 | 5E | 0 | 14 | EE | 60 | 29 |
| Octal | 4 | 14 | 314 | 142 | 136 | 0 | 24 | 356 | 140 | 51 |
| Binary | 100 | 1100 | 11001100 | 1100010 | 1011110 | 0 | 10100 | 11101110 | 1100000 | 101001 |
Color Harmonies of #040CCC
Complementary color
Monochromatic Colors of #040CCC
Black with #040CCC
Text Example
Text Example
White with #040CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040CCC; }
p { color: rgb(4,12,204); }
H1.HeaderClassName
{
color: #040CCC;
}
.AnyTagClassName
{
color: #040CCC;
}
</style>
background-color css
<style>
a { background-color: #040CCC; }
a { background-color: rgb(4,12,204); }
div.DivClassName
{
background-color: #040CCC;
}
.BgClassName
{
background-color: #040CCC;
}
</style>
border-color css
<style>
span { border-color: #040CCC; }
span { border-color: rgb(4,12,204); }
td.TdClassName
{
border-color: #040CCC;
}
.TagClassName
{
border-color: #040CCC;
}
</style>