Shades of Medium Blue #040ABC
Tints of Medium Blue #040ABC
RGB
CMYK
RGB Variations
Color information
#040ABC (or 0x040ABC) is known color: Medium Blue. HEX triplet: 04, 0A and BC. RGB value is (4,10,188). Sum of RGB (Red+Green+Blue) = 4+10+188=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 188 (73.83% from 255 or 93.07% from 202); Max value from RGB is 188 - color contains mainly: blue. Hex color #040ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ABC is #FBF543. Grayscale: #1B1B1B. Windows color (decimal): -16512324 or 12323332. OLE color: 12323332.
HSL color Cylindrical-coordinate representation of color #040ABC: hue angle of 238.04º 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 #040ABC is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 10 | 188 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.26 |
| HSL | 238.04º | 0.96% | 0.38% | - |
| HSV(B) | 238.04º | 0.98% | 0.74% | - |
| XYZ | 9.24 | 3.87 | 47.84 | - |
| YUV | 28.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 188 | 0.98 | 0.95 | 0 | 0.26 | 238.04 | 0.96 | 0.38 |
| Hex | 4 | A | BC | 62 | 5F | 0 | 1A | EE | 60 | 26 |
| Octal | 4 | 12 | 274 | 142 | 137 | 0 | 32 | 356 | 140 | 46 |
| Binary | 100 | 1010 | 10111100 | 1100010 | 1011111 | 0 | 11010 | 11101110 | 1100000 | 100110 |
Color Harmonies of #040ABC
Complementary color
Monochromatic Colors of #040ABC
Black with #040ABC
Text Example
Text Example
White with #040ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040ABC; }
p { color: rgb(4,10,188); }
H1.HeaderClassName
{
color: #040ABC;
}
.AnyTagClassName
{
color: #040ABC;
}
</style>
background-color css
<style>
a { background-color: #040ABC; }
a { background-color: rgb(4,10,188); }
div.DivClassName
{
background-color: #040ABC;
}
.BgClassName
{
background-color: #040ABC;
}
</style>
border-color css
<style>
span { border-color: #040ABC; }
span { border-color: rgb(4,10,188); }
td.TdClassName
{
border-color: #040ABC;
}
.TagClassName
{
border-color: #040ABC;
}
</style>