Shades of Medium Blue #041BDA
Tints of Medium Blue #041BDA
RGB
CMYK
RGB Variations
Color information
#041BDA (or 0x041BDA) is known color: Medium Blue. HEX triplet: 04, 1B and DA. RGB value is (4,27,218). Sum of RGB (Red+Green+Blue) = 4+27+218=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 218 (85.55% from 255 or 87.55% from 249); Max value from RGB is 218 - color contains mainly: blue. Hex color #041BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041BDA is #FBE425. Grayscale: #292929. Windows color (decimal): -16507942 or 14293764. OLE color: 14293764.
HSL color Cylindrical-coordinate representation of color #041BDA: hue angle of 233.55º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BDA is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 27 | 218 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.15 |
| HSL | 233.55º | 0.96% | 0.44% | - |
| HSV(B) | 233.55º | 0.98% | 0.85% | - |
| XYZ | 13.1 | 5.87 | 66.77 | - |
| YUV | 41.9 | 227.38 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 218 | 0.98 | 0.88 | 0 | 0.15 | 233.55 | 0.96 | 0.44 |
| Hex | 4 | 1B | DA | 62 | 58 | 0 | F | EA | 60 | 2C |
| Octal | 4 | 33 | 332 | 142 | 130 | 0 | 17 | 352 | 140 | 54 |
| Binary | 100 | 11011 | 11011010 | 1100010 | 1011000 | 0 | 1111 | 11101010 | 1100000 | 101100 |
Color Harmonies of #041BDA
Complementary color
Monochromatic Colors of #041BDA
Black with #041BDA
Text Example
Text Example
White with #041BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BDA; }
p { color: rgb(4,27,218); }
H1.HeaderClassName
{
color: #041BDA;
}
.AnyTagClassName
{
color: #041BDA;
}
</style>
background-color css
<style>
a { background-color: #041BDA; }
a { background-color: rgb(4,27,218); }
div.DivClassName
{
background-color: #041BDA;
}
.BgClassName
{
background-color: #041BDA;
}
</style>
border-color css
<style>
span { border-color: #041BDA; }
span { border-color: rgb(4,27,218); }
td.TdClassName
{
border-color: #041BDA;
}
.TagClassName
{
border-color: #041BDA;
}
</style>