Shades of Medium Blue #041CCB
Tints of Medium Blue #041CCB
RGB
CMYK
RGB Variations
Color information
#041CCB (or 0x041CCB) is known color: Medium Blue. HEX triplet: 04, 1C and CB. RGB value is (4,28,203). Sum of RGB (Red+Green+Blue) = 4+28+203=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #041CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041CCB is #FBE334. Grayscale: #282828. Windows color (decimal): -16507701 or 13310980. OLE color: 13310980.
HSL color Cylindrical-coordinate representation of color #041CCB: hue angle of 232.76º 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 #041CCB is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 28 | 203 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.20 |
| HSL | 232.76º | 0.96% | 0.41% | - |
| HSV(B) | 232.76º | 0.98% | 0.8% | - |
| XYZ | 11.24 | 5.17 | 56.9 | - |
| YUV | 40.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 203 | 0.98 | 0.86 | 0 | 0.20 | 232.76 | 0.96 | 0.41 |
| Hex | 4 | 1C | CB | 62 | 56 | 0 | 14 | E9 | 60 | 29 |
| Octal | 4 | 34 | 313 | 142 | 126 | 0 | 24 | 351 | 140 | 51 |
| Binary | 100 | 11100 | 11001011 | 1100010 | 1010110 | 0 | 10100 | 11101001 | 1100000 | 101001 |
Color Harmonies of #041CCB
Complementary color
Monochromatic Colors of #041CCB
Black with #041CCB
Text Example
Text Example
White with #041CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CCB; }
p { color: rgb(4,28,203); }
H1.HeaderClassName
{
color: #041CCB;
}
.AnyTagClassName
{
color: #041CCB;
}
</style>
background-color css
<style>
a { background-color: #041CCB; }
a { background-color: rgb(4,28,203); }
div.DivClassName
{
background-color: #041CCB;
}
.BgClassName
{
background-color: #041CCB;
}
</style>
border-color css
<style>
span { border-color: #041CCB; }
span { border-color: rgb(4,28,203); }
td.TdClassName
{
border-color: #041CCB;
}
.TagClassName
{
border-color: #041CCB;
}
</style>