Shades of Medium Blue #1104D3
Tints of Medium Blue #1104D3
RGB
CMYK
RGB Variations
Color information
#1104D3 (or 0x1104D3) is known color: Medium Blue. HEX triplet: 11, 04 and D3. RGB value is (17,4,211). Sum of RGB (Red+Green+Blue) = 17+4+211=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 211 (82.81% from 255 or 90.95% from 232); Max value from RGB is 211 - color contains mainly: blue. Hex color #1104D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1104D3 is #EEFB2C. Grayscale: #1E1E1E. Windows color (decimal): -15661869 or 13829137. OLE color: 13829137.
HSL color Cylindrical-coordinate representation of color #1104D3: hue angle of 243.77º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1104D3 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 4 | 211 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.17 |
| HSL | 243.77º | 0.96% | 0.42% | - |
| HSV(B) | 243.77º | 0.98% | 0.83% | - |
| XYZ | 12.03 | 4.91 | 61.94 | - |
| YUV | 31.49 | 229.31 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 211 | 0.92 | 0.98 | 0 | 0.17 | 243.77 | 0.96 | 0.42 |
| Hex | 11 | 4 | D3 | 5C | 62 | 0 | 11 | F4 | 60 | 2A |
| Octal | 21 | 4 | 323 | 134 | 142 | 0 | 21 | 364 | 140 | 52 |
| Binary | 10001 | 100 | 11010011 | 1011100 | 1100010 | 0 | 10001 | 11110100 | 1100000 | 101010 |
Color Harmonies of #1104D3
Complementary color
Monochromatic Colors of #1104D3
Black with #1104D3
Text Example
Text Example
White with #1104D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1104D3; }
p { color: rgb(17,4,211); }
H1.HeaderClassName
{
color: #1104D3;
}
.AnyTagClassName
{
color: #1104D3;
}
</style>
background-color css
<style>
a { background-color: #1104D3; }
a { background-color: rgb(17,4,211); }
div.DivClassName
{
background-color: #1104D3;
}
.BgClassName
{
background-color: #1104D3;
}
</style>
border-color css
<style>
span { border-color: #1104D3; }
span { border-color: rgb(17,4,211); }
td.TdClassName
{
border-color: #1104D3;
}
.TagClassName
{
border-color: #1104D3;
}
</style>