Shades of Medium Blue #040CCB
Tints of Medium Blue #040CCB
RGB
CMYK
RGB Variations
Color information
#040CCB (or 0x040CCB) is known color: Medium Blue. HEX triplet: 04, 0C and CB. RGB value is (4,12,203). Sum of RGB (Red+Green+Blue) = 4+12+203=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 203 (79.69% from 255 or 92.69% from 219); Max value from RGB is 203 - color contains mainly: blue. Hex color #040CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040CCB is #FBF334. Grayscale: #1E1E1E. Windows color (decimal): -16511797 or 13306884. OLE color: 13306884.
HSL color Cylindrical-coordinate representation of color #040CCB: hue angle of 237.59º 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 #040CCB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 12 | 203 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.20 |
| HSL | 237.59º | 0.96% | 0.41% | - |
| HSV(B) | 237.59º | 0.98% | 0.8% | - |
| XYZ | 10.96 | 4.6 | 56.81 | - |
| YUV | 31.38 | 224.85 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 203 | 0.98 | 0.94 | 0 | 0.20 | 237.59 | 0.96 | 0.41 |
| Hex | 4 | C | CB | 62 | 5E | 0 | 14 | EE | 60 | 29 |
| Octal | 4 | 14 | 313 | 142 | 136 | 0 | 24 | 356 | 140 | 51 |
| Binary | 100 | 1100 | 11001011 | 1100010 | 1011110 | 0 | 10100 | 11101110 | 1100000 | 101001 |
Color Harmonies of #040CCB
Complementary color
Monochromatic Colors of #040CCB
Black with #040CCB
Text Example
Text Example
White with #040CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040CCB; }
p { color: rgb(4,12,203); }
H1.HeaderClassName
{
color: #040CCB;
}
.AnyTagClassName
{
color: #040CCB;
}
</style>
background-color css
<style>
a { background-color: #040CCB; }
a { background-color: rgb(4,12,203); }
div.DivClassName
{
background-color: #040CCB;
}
.BgClassName
{
background-color: #040CCB;
}
</style>
border-color css
<style>
span { border-color: #040CCB; }
span { border-color: rgb(4,12,203); }
td.TdClassName
{
border-color: #040CCB;
}
.TagClassName
{
border-color: #040CCB;
}
</style>