Shades of Medium Blue #040FBC
Tints of Medium Blue #040FBC
RGB
CMYK
RGB Variations
Color information
#040FBC (or 0x040FBC) is known color: Medium Blue. HEX triplet: 04, 0F and BC. RGB value is (4,15,188). Sum of RGB (Red+Green+Blue) = 4+15+188=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 188 (73.83% from 255 or 90.82% from 207); Max value from RGB is 188 - color contains mainly: blue. Hex color #040FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FBC is #FBF043. Grayscale: #1E1E1E. Windows color (decimal): -16511044 or 12324612. OLE color: 12324612.
HSL color Cylindrical-coordinate representation of color #040FBC: hue angle of 236.41º 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 #040FBC is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 15 | 188 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.26 |
| HSL | 236.41º | 0.96% | 0.38% | - |
| HSV(B) | 236.41º | 0.98% | 0.74% | - |
| XYZ | 9.3 | 4 | 47.86 | - |
| YUV | 31.43 | 216.36 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 188 | 0.98 | 0.92 | 0 | 0.26 | 236.41 | 0.96 | 0.38 |
| Hex | 4 | F | BC | 62 | 5C | 0 | 1A | EC | 60 | 26 |
| Octal | 4 | 17 | 274 | 142 | 134 | 0 | 32 | 354 | 140 | 46 |
| Binary | 100 | 1111 | 10111100 | 1100010 | 1011100 | 0 | 11010 | 11101100 | 1100000 | 100110 |
Color Harmonies of #040FBC
Complementary color
Monochromatic Colors of #040FBC
Black with #040FBC
Text Example
Text Example
White with #040FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FBC; }
p { color: rgb(4,15,188); }
H1.HeaderClassName
{
color: #040FBC;
}
.AnyTagClassName
{
color: #040FBC;
}
</style>
background-color css
<style>
a { background-color: #040FBC; }
a { background-color: rgb(4,15,188); }
div.DivClassName
{
background-color: #040FBC;
}
.BgClassName
{
background-color: #040FBC;
}
</style>
border-color css
<style>
span { border-color: #040FBC; }
span { border-color: rgb(4,15,188); }
td.TdClassName
{
border-color: #040FBC;
}
.TagClassName
{
border-color: #040FBC;
}
</style>