Shades of Medium Blue #041BDE
Tints of Medium Blue #041BDE
RGB
CMYK
RGB Variations
Color information
#041BDE (or 0x041BDE) is known color: Medium Blue. HEX triplet: 04, 1B and DE. RGB value is (4,27,222). Sum of RGB (Red+Green+Blue) = 4+27+222=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 222 (87.11% from 255 or 87.75% from 253); Max value from RGB is 222 - color contains mainly: blue. Hex color #041BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BDE is #FBE421. Grayscale: #292929. Windows color (decimal): -16507938 or 14555908. OLE color: 14555908.
HSL color Cylindrical-coordinate representation of color #041BDE: hue angle of 233.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BDE is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 27 | 222 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.13 |
| HSL | 233.67º | 0.96% | 0.44% | - |
| HSV(B) | 233.67º | 0.98% | 0.87% | - |
| XYZ | 13.63 | 6.08 | 69.56 | - |
| YUV | 42.35 | 229.38 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 222 | 0.98 | 0.88 | 0 | 0.13 | 233.67 | 0.96 | 0.44 |
| Hex | 4 | 1B | DE | 62 | 58 | 0 | D | EA | 60 | 2C |
| Octal | 4 | 33 | 336 | 142 | 130 | 0 | 15 | 352 | 140 | 54 |
| Binary | 100 | 11011 | 11011110 | 1100010 | 1011000 | 0 | 1101 | 11101010 | 1100000 | 101100 |
Color Harmonies of #041BDE
Complementary color
Monochromatic Colors of #041BDE
Black with #041BDE
Text Example
Text Example
White with #041BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BDE; }
p { color: rgb(4,27,222); }
H1.HeaderClassName
{
color: #041BDE;
}
.AnyTagClassName
{
color: #041BDE;
}
</style>
background-color css
<style>
a { background-color: #041BDE; }
a { background-color: rgb(4,27,222); }
div.DivClassName
{
background-color: #041BDE;
}
.BgClassName
{
background-color: #041BDE;
}
</style>
border-color css
<style>
span { border-color: #041BDE; }
span { border-color: rgb(4,27,222); }
td.TdClassName
{
border-color: #041BDE;
}
.TagClassName
{
border-color: #041BDE;
}
</style>