Shades of Medium Blue #0411C1
Tints of Medium Blue #0411C1
RGB
CMYK
RGB Variations
Color information
#0411C1 (or 0x0411C1) is known color: Medium Blue. HEX triplet: 04, 11 and C1. RGB value is (4,17,193). Sum of RGB (Red+Green+Blue) = 4+17+193=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 193 (75.78% from 255 or 90.19% from 214); Max value from RGB is 193 - color contains mainly: blue. Hex color #0411C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0411C1 is #FBEE3E. Grayscale: #202020. Windows color (decimal): -16510527 or 12652804. OLE color: 12652804.
HSL color Cylindrical-coordinate representation of color #0411C1: hue angle of 235.87º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0411C1 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 17 | 193 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.24 |
| HSL | 235.87º | 0.96% | 0.39% | - |
| HSV(B) | 235.87º | 0.98% | 0.76% | - |
| XYZ | 9.88 | 4.28 | 50.76 | - |
| YUV | 33.18 | 218.19 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 17 | 193 | 0.98 | 0.91 | 0 | 0.24 | 235.87 | 0.96 | 0.39 |
| Hex | 4 | 11 | C1 | 62 | 5B | 0 | 18 | EC | 60 | 27 |
| Octal | 4 | 21 | 301 | 142 | 133 | 0 | 30 | 354 | 140 | 47 |
| Binary | 100 | 10001 | 11000001 | 1100010 | 1011011 | 0 | 11000 | 11101100 | 1100000 | 100111 |
Color Harmonies of #0411C1
Complementary color
Monochromatic Colors of #0411C1
Black with #0411C1
Text Example
Text Example
White with #0411C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0411C1; }
p { color: rgb(4,17,193); }
H1.HeaderClassName
{
color: #0411C1;
}
.AnyTagClassName
{
color: #0411C1;
}
</style>
background-color css
<style>
a { background-color: #0411C1; }
a { background-color: rgb(4,17,193); }
div.DivClassName
{
background-color: #0411C1;
}
.BgClassName
{
background-color: #0411C1;
}
</style>
border-color css
<style>
span { border-color: #0411C1; }
span { border-color: rgb(4,17,193); }
td.TdClassName
{
border-color: #0411C1;
}
.TagClassName
{
border-color: #0411C1;
}
</style>