Shades of Medium Blue #041FCC
Tints of Medium Blue #041FCC
RGB
CMYK
RGB Variations
Color information
#041FCC (or 0x041FCC) is known color: Medium Blue. HEX triplet: 04, 1F and CC. RGB value is (4,31,204). Sum of RGB (Red+Green+Blue) = 4+31+204=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #041FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FCC is #FBE033. Grayscale: #292929. Windows color (decimal): -16506932 or 13377284. OLE color: 13377284.
HSL color Cylindrical-coordinate representation of color #041FCC: hue angle of 231.9º 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 #041FCC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 31 | 204 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.2 |
| HSL | 231.9º | 0.96% | 0.41% | - |
| HSV(B) | 231.9º | 0.98% | 0.8% | - |
| XYZ | 11.44 | 5.37 | 57.56 | - |
| YUV | 42.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 204 | 0.98 | 0.85 | 0 | 0.2 | 231.9 | 0.96 | 0.41 |
| Hex | 4 | 1F | CC | 62 | 55 | 0 | 14 | E8 | 60 | 29 |
| Octal | 4 | 37 | 314 | 142 | 125 | 0 | 24 | 350 | 140 | 51 |
| Binary | 100 | 11111 | 11001100 | 1100010 | 1010101 | 0 | 10100 | 11101000 | 1100000 | 101001 |
Color Harmonies of #041FCC
Complementary color
Monochromatic Colors of #041FCC
Black with #041FCC
Text Example
Text Example
White with #041FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FCC; }
p { color: rgb(4,31,204); }
H1.HeaderClassName
{
color: #041FCC;
}
.AnyTagClassName
{
color: #041FCC;
}
</style>
background-color css
<style>
a { background-color: #041FCC; }
a { background-color: rgb(4,31,204); }
div.DivClassName
{
background-color: #041FCC;
}
.BgClassName
{
background-color: #041FCC;
}
</style>
border-color css
<style>
span { border-color: #041FCC; }
span { border-color: rgb(4,31,204); }
td.TdClassName
{
border-color: #041FCC;
}
.TagClassName
{
border-color: #041FCC;
}
</style>