Shades of Medium Blue #040ABB
Tints of Medium Blue #040ABB
RGB
CMYK
RGB Variations
Color information
#040ABB (or 0x040ABB) is known color: Medium Blue. HEX triplet: 04, 0A and BB. RGB value is (4,10,187). Sum of RGB (Red+Green+Blue) = 4+10+187=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 187 (73.44% from 255 or 93.03% from 201); Max value from RGB is 187 - color contains mainly: blue. Hex color #040ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040ABB is #FBF544. Grayscale: #1B1B1B. Windows color (decimal): -16512325 or 12257796. OLE color: 12257796.
HSL color Cylindrical-coordinate representation of color #040ABB: hue angle of 238.03º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040ABB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 10 | 187 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.27 |
| HSL | 238.03º | 0.96% | 0.37% | - |
| HSV(B) | 238.03º | 0.98% | 0.73% | - |
| XYZ | 9.13 | 3.83 | 47.27 | - |
| YUV | 28.38 | 217.51 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 187 | 0.98 | 0.95 | 0 | 0.27 | 238.03 | 0.96 | 0.37 |
| Hex | 4 | A | BB | 62 | 5F | 0 | 1B | EE | 60 | 25 |
| Octal | 4 | 12 | 273 | 142 | 137 | 0 | 33 | 356 | 140 | 45 |
| Binary | 100 | 1010 | 10111011 | 1100010 | 1011111 | 0 | 11011 | 11101110 | 1100000 | 100101 |
Color Harmonies of #040ABB
Complementary color
Monochromatic Colors of #040ABB
Black with #040ABB
Text Example
Text Example
White with #040ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040ABB; }
p { color: rgb(4,10,187); }
H1.HeaderClassName
{
color: #040ABB;
}
.AnyTagClassName
{
color: #040ABB;
}
</style>
background-color css
<style>
a { background-color: #040ABB; }
a { background-color: rgb(4,10,187); }
div.DivClassName
{
background-color: #040ABB;
}
.BgClassName
{
background-color: #040ABB;
}
</style>
border-color css
<style>
span { border-color: #040ABB; }
span { border-color: rgb(4,10,187); }
td.TdClassName
{
border-color: #040ABB;
}
.TagClassName
{
border-color: #040ABB;
}
</style>