Shades of Medium Blue #040AB7
Tints of Medium Blue #040AB7
RGB
CMYK
RGB Variations
Color information
#040AB7 (or 0x040AB7) is known color: Medium Blue. HEX triplet: 04, 0A and B7. RGB value is (4,10,183). Sum of RGB (Red+Green+Blue) = 4+10+183=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 183 (71.88% from 255 or 92.89% from 197); Max value from RGB is 183 - color contains mainly: blue. Hex color #040AB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040AB7 is #FBF548. Grayscale: #1B1B1B. Windows color (decimal): -16512329 or 11995652. OLE color: 11995652.
HSL color Cylindrical-coordinate representation of color #040AB7: hue angle of 237.99º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040AB7 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 10 | 183 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.28 |
| HSL | 237.99º | 0.96% | 0.37% | - |
| HSV(B) | 237.99º | 0.98% | 0.72% | - |
| XYZ | 8.71 | 3.66 | 45.05 | - |
| YUV | 27.93 | 215.51 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 183 | 0.98 | 0.95 | 0 | 0.28 | 237.99 | 0.96 | 0.37 |
| Hex | 4 | A | B7 | 62 | 5F | 0 | 1C | EE | 60 | 25 |
| Octal | 4 | 12 | 267 | 142 | 137 | 0 | 34 | 356 | 140 | 45 |
| Binary | 100 | 1010 | 10110111 | 1100010 | 1011111 | 0 | 11100 | 11101110 | 1100000 | 100101 |
Color Harmonies of #040AB7
Complementary color
Monochromatic Colors of #040AB7
Black with #040AB7
Text Example
Text Example
White with #040AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040AB7; }
p { color: rgb(4,10,183); }
H1.HeaderClassName
{
color: #040AB7;
}
.AnyTagClassName
{
color: #040AB7;
}
</style>
background-color css
<style>
a { background-color: #040AB7; }
a { background-color: rgb(4,10,183); }
div.DivClassName
{
background-color: #040AB7;
}
.BgClassName
{
background-color: #040AB7;
}
</style>
border-color css
<style>
span { border-color: #040AB7; }
span { border-color: rgb(4,10,183); }
td.TdClassName
{
border-color: #040AB7;
}
.TagClassName
{
border-color: #040AB7;
}
</style>