Shades of Medium Blue #1104B7
Tints of Medium Blue #1104B7
RGB
CMYK
RGB Variations
Color information
#1104B7 (or 0x1104B7) is known color: Medium Blue. HEX triplet: 11, 04 and B7. RGB value is (17,4,183). Sum of RGB (Red+Green+Blue) = 17+4+183=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 183 (71.88% from 255 or 89.71% from 204); Max value from RGB is 183 - color contains mainly: blue. Hex color #1104B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1104B7 is #EEFB48. Grayscale: #1B1B1B. Windows color (decimal): -15661897 or 11994129. OLE color: 11994129.
HSL color Cylindrical-coordinate representation of color #1104B7: hue angle of 244.36º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1104B7 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 4 | 183 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.28 |
| HSL | 244.36º | 0.96% | 0.37% | - |
| HSV(B) | 244.36º | 0.98% | 0.72% | - |
| XYZ | 8.82 | 3.62 | 45.03 | - |
| YUV | 28.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 183 | 0.91 | 0.98 | 0 | 0.28 | 244.36 | 0.96 | 0.37 |
| Hex | 11 | 4 | B7 | 5B | 62 | 0 | 1C | F4 | 60 | 25 |
| Octal | 21 | 4 | 267 | 133 | 142 | 0 | 34 | 364 | 140 | 45 |
| Binary | 10001 | 100 | 10110111 | 1011011 | 1100010 | 0 | 11100 | 11110100 | 1100000 | 100101 |
Color Harmonies of #1104B7
Complementary color
Monochromatic Colors of #1104B7
Black with #1104B7
Text Example
Text Example
White with #1104B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1104B7; }
p { color: rgb(17,4,183); }
H1.HeaderClassName
{
color: #1104B7;
}
.AnyTagClassName
{
color: #1104B7;
}
</style>
background-color css
<style>
a { background-color: #1104B7; }
a { background-color: rgb(17,4,183); }
div.DivClassName
{
background-color: #1104B7;
}
.BgClassName
{
background-color: #1104B7;
}
</style>
border-color css
<style>
span { border-color: #1104B7; }
span { border-color: rgb(17,4,183); }
td.TdClassName
{
border-color: #1104B7;
}
.TagClassName
{
border-color: #1104B7;
}
</style>