Shades of Medium Blue #040ACB
Tints of Medium Blue #040ACB
RGB
CMYK
RGB Variations
Color information
#040ACB (or 0x040ACB) is known color: Medium Blue. HEX triplet: 04, 0A and CB. RGB value is (4,10,203). Sum of RGB (Red+Green+Blue) = 4+10+203=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 203 (79.69% from 255 or 93.55% from 217); Max value from RGB is 203 - color contains mainly: blue. Hex color #040ACB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ACB is #FBF534. Grayscale: #1D1D1D. Windows color (decimal): -16512309 or 13306372. OLE color: 13306372.
HSL color Cylindrical-coordinate representation of color #040ACB: hue angle of 238.19º 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 #040ACB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 10 | 203 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.20 |
| HSL | 238.19º | 0.96% | 0.41% | - |
| HSV(B) | 238.19º | 0.98% | 0.8% | - |
| XYZ | 10.94 | 4.55 | 56.8 | - |
| YUV | 30.21 | 225.51 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 203 | 0.98 | 0.95 | 0 | 0.20 | 238.19 | 0.96 | 0.41 |
| Hex | 4 | A | CB | 62 | 5F | 0 | 14 | EE | 60 | 29 |
| Octal | 4 | 12 | 313 | 142 | 137 | 0 | 24 | 356 | 140 | 51 |
| Binary | 100 | 1010 | 11001011 | 1100010 | 1011111 | 0 | 10100 | 11101110 | 1100000 | 101001 |
Color Harmonies of #040ACB
Complementary color
Monochromatic Colors of #040ACB
Black with #040ACB
Text Example
Text Example
White with #040ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040ACB; }
p { color: rgb(4,10,203); }
H1.HeaderClassName
{
color: #040ACB;
}
.AnyTagClassName
{
color: #040ACB;
}
</style>
background-color css
<style>
a { background-color: #040ACB; }
a { background-color: rgb(4,10,203); }
div.DivClassName
{
background-color: #040ACB;
}
.BgClassName
{
background-color: #040ACB;
}
</style>
border-color css
<style>
span { border-color: #040ACB; }
span { border-color: rgb(4,10,203); }
td.TdClassName
{
border-color: #040ACB;
}
.TagClassName
{
border-color: #040ACB;
}
</style>