Shades of Medium Blue #040CCE
Tints of Medium Blue #040CCE
RGB
CMYK
RGB Variations
Color information
#040CCE (or 0x040CCE) is known color: Medium Blue. HEX triplet: 04, 0C and CE. RGB value is (4,12,206). Sum of RGB (Red+Green+Blue) = 4+12+206=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 206 (80.86% from 255 or 92.79% from 222); Max value from RGB is 206 - color contains mainly: blue. Hex color #040CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040CCE is #FBF331. Grayscale: #1E1E1E. Windows color (decimal): -16511794 or 13503492. OLE color: 13503492.
HSL color Cylindrical-coordinate representation of color #040CCE: hue angle of 237.62º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040CCE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 12 | 206 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.19 |
| HSL | 237.62º | 0.96% | 0.41% | - |
| HSV(B) | 237.62º | 0.98% | 0.81% | - |
| XYZ | 11.32 | 4.74 | 58.71 | - |
| YUV | 31.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 206 | 0.98 | 0.94 | 0 | 0.19 | 237.62 | 0.96 | 0.41 |
| Hex | 4 | C | CE | 62 | 5E | 0 | 13 | EE | 60 | 29 |
| Octal | 4 | 14 | 316 | 142 | 136 | 0 | 23 | 356 | 140 | 51 |
| Binary | 100 | 1100 | 11001110 | 1100010 | 1011110 | 0 | 10011 | 11101110 | 1100000 | 101001 |
Color Harmonies of #040CCE
Complementary color
Monochromatic Colors of #040CCE
Black with #040CCE
Text Example
Text Example
White with #040CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040CCE; }
p { color: rgb(4,12,206); }
H1.HeaderClassName
{
color: #040CCE;
}
.AnyTagClassName
{
color: #040CCE;
}
</style>
background-color css
<style>
a { background-color: #040CCE; }
a { background-color: rgb(4,12,206); }
div.DivClassName
{
background-color: #040CCE;
}
.BgClassName
{
background-color: #040CCE;
}
</style>
border-color css
<style>
span { border-color: #040CCE; }
span { border-color: rgb(4,12,206); }
td.TdClassName
{
border-color: #040CCE;
}
.TagClassName
{
border-color: #040CCE;
}
</style>