Shades of Medium Blue #040CCD
Tints of Medium Blue #040CCD
RGB
CMYK
RGB Variations
Color information
#040CCD (or 0x040CCD) is known color: Medium Blue. HEX triplet: 04, 0C and CD. RGB value is (4,12,205). Sum of RGB (Red+Green+Blue) = 4+12+205=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 205 (80.47% from 255 or 92.76% from 221); Max value from RGB is 205 - color contains mainly: blue. Hex color #040CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040CCD is #FBF332. Grayscale: #1E1E1E. Windows color (decimal): -16511795 or 13437956. OLE color: 13437956.
HSL color Cylindrical-coordinate representation of color #040CCD: hue angle of 237.61º 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 #040CCD is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 12 | 205 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.20 |
| HSL | 237.61º | 0.96% | 0.41% | - |
| HSV(B) | 237.61º | 0.98% | 0.8% | - |
| XYZ | 11.2 | 4.7 | 58.07 | - |
| YUV | 31.61 | 225.85 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 205 | 0.98 | 0.94 | 0 | 0.20 | 237.61 | 0.96 | 0.41 |
| Hex | 4 | C | CD | 62 | 5E | 0 | 14 | EE | 60 | 29 |
| Octal | 4 | 14 | 315 | 142 | 136 | 0 | 24 | 356 | 140 | 51 |
| Binary | 100 | 1100 | 11001101 | 1100010 | 1011110 | 0 | 10100 | 11101110 | 1100000 | 101001 |
Color Harmonies of #040CCD
Complementary color
Monochromatic Colors of #040CCD
Black with #040CCD
Text Example
Text Example
White with #040CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040CCD; }
p { color: rgb(4,12,205); }
H1.HeaderClassName
{
color: #040CCD;
}
.AnyTagClassName
{
color: #040CCD;
}
</style>
background-color css
<style>
a { background-color: #040CCD; }
a { background-color: rgb(4,12,205); }
div.DivClassName
{
background-color: #040CCD;
}
.BgClassName
{
background-color: #040CCD;
}
</style>
border-color css
<style>
span { border-color: #040CCD; }
span { border-color: rgb(4,12,205); }
td.TdClassName
{
border-color: #040CCD;
}
.TagClassName
{
border-color: #040CCD;
}
</style>