Shades of Medium Blue #041BCC
Tints of Medium Blue #041BCC
RGB
CMYK
RGB Variations
Color information
#041BCC (or 0x041BCC) is known color: Medium Blue. HEX triplet: 04, 1B and CC. RGB value is (4,27,204). Sum of RGB (Red+Green+Blue) = 4+27+204=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #041BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BCC is #FBE433. Grayscale: #272727. Windows color (decimal): -16507956 or 13376260. OLE color: 13376260.
HSL color Cylindrical-coordinate representation of color #041BCC: hue angle of 233.1º 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 #041BCC is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 27 | 204 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.2 |
| HSL | 233.1º | 0.96% | 0.41% | - |
| HSV(B) | 233.1º | 0.98% | 0.8% | - |
| XYZ | 11.34 | 5.17 | 57.53 | - |
| YUV | 40.3 | 220.38 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 204 | 0.98 | 0.87 | 0 | 0.2 | 233.1 | 0.96 | 0.41 |
| Hex | 4 | 1B | CC | 62 | 57 | 0 | 14 | E9 | 60 | 29 |
| Octal | 4 | 33 | 314 | 142 | 127 | 0 | 24 | 351 | 140 | 51 |
| Binary | 100 | 11011 | 11001100 | 1100010 | 1010111 | 0 | 10100 | 11101001 | 1100000 | 101001 |
Color Harmonies of #041BCC
Complementary color
Monochromatic Colors of #041BCC
Black with #041BCC
Text Example
Text Example
White with #041BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BCC; }
p { color: rgb(4,27,204); }
H1.HeaderClassName
{
color: #041BCC;
}
.AnyTagClassName
{
color: #041BCC;
}
</style>
background-color css
<style>
a { background-color: #041BCC; }
a { background-color: rgb(4,27,204); }
div.DivClassName
{
background-color: #041BCC;
}
.BgClassName
{
background-color: #041BCC;
}
</style>
border-color css
<style>
span { border-color: #041BCC; }
span { border-color: rgb(4,27,204); }
td.TdClassName
{
border-color: #041BCC;
}
.TagClassName
{
border-color: #041BCC;
}
</style>