Shades of Medium Blue #041FCD
Tints of Medium Blue #041FCD
RGB
CMYK
RGB Variations
Color information
#041FCD (or 0x041FCD) is known color: Medium Blue. HEX triplet: 04, 1F and CD. RGB value is (4,31,205). Sum of RGB (Red+Green+Blue) = 4+31+205=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #041FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FCD is #FBE032. Grayscale: #2A2A2A. Windows color (decimal): -16506931 or 13442820. OLE color: 13442820.
HSL color Cylindrical-coordinate representation of color #041FCD: hue angle of 231.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041FCD is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 31 | 205 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.20 |
| HSL | 231.94º | 0.96% | 0.41% | - |
| HSV(B) | 231.94º | 0.98% | 0.8% | - |
| XYZ | 11.56 | 5.41 | 58.19 | - |
| YUV | 42.76 | 219.55 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 205 | 0.98 | 0.85 | 0 | 0.20 | 231.94 | 0.96 | 0.41 |
| Hex | 4 | 1F | CD | 62 | 55 | 0 | 14 | E8 | 60 | 29 |
| Octal | 4 | 37 | 315 | 142 | 125 | 0 | 24 | 350 | 140 | 51 |
| Binary | 100 | 11111 | 11001101 | 1100010 | 1010101 | 0 | 10100 | 11101000 | 1100000 | 101001 |
Color Harmonies of #041FCD
Complementary color
Monochromatic Colors of #041FCD
Black with #041FCD
Text Example
Text Example
White with #041FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FCD; }
p { color: rgb(4,31,205); }
H1.HeaderClassName
{
color: #041FCD;
}
.AnyTagClassName
{
color: #041FCD;
}
</style>
background-color css
<style>
a { background-color: #041FCD; }
a { background-color: rgb(4,31,205); }
div.DivClassName
{
background-color: #041FCD;
}
.BgClassName
{
background-color: #041FCD;
}
</style>
border-color css
<style>
span { border-color: #041FCD; }
span { border-color: rgb(4,31,205); }
td.TdClassName
{
border-color: #041FCD;
}
.TagClassName
{
border-color: #041FCD;
}
</style>