Shades of Medium Blue #040FB5
Tints of Medium Blue #040FB5
RGB
CMYK
RGB Variations
Color information
#040FB5 (or 0x040FB5) is known color: Medium Blue. HEX triplet: 04, 0F and B5. RGB value is (4,15,181). Sum of RGB (Red+Green+Blue) = 4+15+181=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 181 (71.09% from 255 or 90.5% from 200); Max value from RGB is 181 - color contains mainly: blue. Hex color #040FB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FB5 is #FBF04A. Grayscale: #1D1D1D. Windows color (decimal): -16511051 or 11865860. OLE color: 11865860.
HSL color Cylindrical-coordinate representation of color #040FB5: hue angle of 236.27º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FB5 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 15 | 181 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.29 |
| HSL | 236.27º | 0.96% | 0.36% | - |
| HSV(B) | 236.27º | 0.98% | 0.71% | - |
| XYZ | 8.56 | 3.7 | 43.98 | - |
| YUV | 30.64 | 212.86 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 181 | 0.98 | 0.92 | 0 | 0.29 | 236.27 | 0.96 | 0.36 |
| Hex | 4 | F | B5 | 62 | 5C | 0 | 1D | EC | 60 | 24 |
| Octal | 4 | 17 | 265 | 142 | 134 | 0 | 35 | 354 | 140 | 44 |
| Binary | 100 | 1111 | 10110101 | 1100010 | 1011100 | 0 | 11101 | 11101100 | 1100000 | 100100 |
Color Harmonies of #040FB5
Complementary color
Monochromatic Colors of #040FB5
Black with #040FB5
Text Example
Text Example
White with #040FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FB5; }
p { color: rgb(4,15,181); }
H1.HeaderClassName
{
color: #040FB5;
}
.AnyTagClassName
{
color: #040FB5;
}
</style>
background-color css
<style>
a { background-color: #040FB5; }
a { background-color: rgb(4,15,181); }
div.DivClassName
{
background-color: #040FB5;
}
.BgClassName
{
background-color: #040FB5;
}
</style>
border-color css
<style>
span { border-color: #040FB5; }
span { border-color: rgb(4,15,181); }
td.TdClassName
{
border-color: #040FB5;
}
.TagClassName
{
border-color: #040FB5;
}
</style>