Shades of Medium Blue #041ADB
Tints of Medium Blue #041ADB
RGB
CMYK
RGB Variations
Color information
#041ADB (or 0x041ADB) is known color: Medium Blue. HEX triplet: 04, 1A and DB. RGB value is (4,26,219). Sum of RGB (Red+Green+Blue) = 4+26+219=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #041ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ADB is #FBE524. Grayscale: #282828. Windows color (decimal): -16508197 or 14359044. OLE color: 14359044.
HSL color Cylindrical-coordinate representation of color #041ADB: hue angle of 233.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041ADB is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 26 | 219 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.14 |
| HSL | 233.86º | 0.96% | 0.44% | - |
| HSV(B) | 233.86º | 0.98% | 0.86% | - |
| XYZ | 13.21 | 5.88 | 67.46 | - |
| YUV | 41.42 | 228.21 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 219 | 0.98 | 0.88 | 0 | 0.14 | 233.86 | 0.96 | 0.44 |
| Hex | 4 | 1A | DB | 62 | 58 | 0 | E | EA | 60 | 2C |
| Octal | 4 | 32 | 333 | 142 | 130 | 0 | 16 | 352 | 140 | 54 |
| Binary | 100 | 11010 | 11011011 | 1100010 | 1011000 | 0 | 1110 | 11101010 | 1100000 | 101100 |
Color Harmonies of #041ADB
Complementary color
Monochromatic Colors of #041ADB
Black with #041ADB
Text Example
Text Example
White with #041ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041ADB; }
p { color: rgb(4,26,219); }
H1.HeaderClassName
{
color: #041ADB;
}
.AnyTagClassName
{
color: #041ADB;
}
</style>
background-color css
<style>
a { background-color: #041ADB; }
a { background-color: rgb(4,26,219); }
div.DivClassName
{
background-color: #041ADB;
}
.BgClassName
{
background-color: #041ADB;
}
</style>
border-color css
<style>
span { border-color: #041ADB; }
span { border-color: rgb(4,26,219); }
td.TdClassName
{
border-color: #041ADB;
}
.TagClassName
{
border-color: #041ADB;
}
</style>