Shades of Medium Blue #040FC1
Tints of Medium Blue #040FC1
RGB
CMYK
RGB Variations
Color information
#040FC1 (or 0x040FC1) is known color: Medium Blue. HEX triplet: 04, 0F and C1. RGB value is (4,15,193). Sum of RGB (Red+Green+Blue) = 4+15+193=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 193 (75.78% from 255 or 91.04% from 212); Max value from RGB is 193 - color contains mainly: blue. Hex color #040FC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FC1 is #FBF03E. Grayscale: #1F1F1F. Windows color (decimal): -16511039 or 12652292. OLE color: 12652292.
HSL color Cylindrical-coordinate representation of color #040FC1: hue angle of 236.51º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FC1 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 15 | 193 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.24 |
| HSL | 236.51º | 0.96% | 0.39% | - |
| HSV(B) | 236.51º | 0.98% | 0.76% | - |
| XYZ | 9.85 | 4.22 | 50.75 | - |
| YUV | 32 | 218.86 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 193 | 0.98 | 0.92 | 0 | 0.24 | 236.51 | 0.96 | 0.39 |
| Hex | 4 | F | C1 | 62 | 5C | 0 | 18 | ED | 60 | 27 |
| Octal | 4 | 17 | 301 | 142 | 134 | 0 | 30 | 355 | 140 | 47 |
| Binary | 100 | 1111 | 11000001 | 1100010 | 1011100 | 0 | 11000 | 11101101 | 1100000 | 100111 |
Color Harmonies of #040FC1
Complementary color
Monochromatic Colors of #040FC1
Black with #040FC1
Text Example
Text Example
White with #040FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040FC1; }
p { color: rgb(4,15,193); }
H1.HeaderClassName
{
color: #040FC1;
}
.AnyTagClassName
{
color: #040FC1;
}
</style>
background-color css
<style>
a { background-color: #040FC1; }
a { background-color: rgb(4,15,193); }
div.DivClassName
{
background-color: #040FC1;
}
.BgClassName
{
background-color: #040FC1;
}
</style>
border-color css
<style>
span { border-color: #040FC1; }
span { border-color: rgb(4,15,193); }
td.TdClassName
{
border-color: #040FC1;
}
.TagClassName
{
border-color: #040FC1;
}
</style>