Shades of Medium Blue #041BCD
Tints of Medium Blue #041BCD
RGB
CMYK
RGB Variations
Color information
#041BCD (or 0x041BCD) is known color: Medium Blue. HEX triplet: 04, 1B and CD. RGB value is (4,27,205). Sum of RGB (Red+Green+Blue) = 4+27+205=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 205 (80.47% from 255 or 86.86% from 236); Max value from RGB is 205 - color contains mainly: blue. Hex color #041BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BCD is #FBE432. Grayscale: #272727. Windows color (decimal): -16507955 or 13441796. OLE color: 13441796.
HSL color Cylindrical-coordinate representation of color #041BCD: hue angle of 233.13º 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 #041BCD is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 27 | 205 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.20 |
| HSL | 233.13º | 0.96% | 0.41% | - |
| HSV(B) | 233.13º | 0.98% | 0.8% | - |
| XYZ | 11.46 | 5.22 | 58.16 | - |
| YUV | 40.42 | 220.88 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 205 | 0.98 | 0.87 | 0 | 0.20 | 233.13 | 0.96 | 0.41 |
| Hex | 4 | 1B | CD | 62 | 57 | 0 | 14 | E9 | 60 | 29 |
| Octal | 4 | 33 | 315 | 142 | 127 | 0 | 24 | 351 | 140 | 51 |
| Binary | 100 | 11011 | 11001101 | 1100010 | 1010111 | 0 | 10100 | 11101001 | 1100000 | 101001 |
Color Harmonies of #041BCD
Complementary color
Monochromatic Colors of #041BCD
Black with #041BCD
Text Example
Text Example
White with #041BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BCD; }
p { color: rgb(4,27,205); }
H1.HeaderClassName
{
color: #041BCD;
}
.AnyTagClassName
{
color: #041BCD;
}
</style>
background-color css
<style>
a { background-color: #041BCD; }
a { background-color: rgb(4,27,205); }
div.DivClassName
{
background-color: #041BCD;
}
.BgClassName
{
background-color: #041BCD;
}
</style>
border-color css
<style>
span { border-color: #041BCD; }
span { border-color: rgb(4,27,205); }
td.TdClassName
{
border-color: #041BCD;
}
.TagClassName
{
border-color: #041BCD;
}
</style>