#1104BF

Color #1104BF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1104BF

Tints of Medium Blue #1104BF

Color information

#1104BF (or 0x1104BF) is unknown color: approx Medium Blue. HEX triplet: 11, 04 and BF. RGB value is (17,4,191). Sum of RGB (Red+Green+Blue) = 17+4+191=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #1104BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1104BF is #EEFB40. Grayscale: #1C1C1C. Windows color (decimal): -15661889 or 12518417. OLE color: 12518417.

HSL color Cylindrical-coordinate representation of color #1104BF: hue angle of 244.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1104BF is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174191-
CMYK0.910.9800.25
HSL244.17º95.9%38.24%-
HSV(B)244.17º97.91%74.9%-
XYZ9.683.9749.55-
YUV29.2219.31119.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 191 (75% from 255) = 90.09%
R=8.02%
G=1.89%
B=90.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741910.910.9800.25244.1795.938.24
Hex114BF5B62019f46026
Octal21427713314203136414046
Binary100011001011111110110111100010011001111101001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1104BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1104BF; }

 p { color: rgb(17,4,191); }

 H1.HeaderClassName
 {
   color: #1104BF;
 }
 .AnyTagClassName
 {
   color: #1104BF;
 }
</style>
background-color css

<style>
 a { background-color: #1104BF; }

 a { background-color: rgb(17,4,191); }

 div.DivClassName
 {
   background-color: #1104BF;
 }
 .BgClassName
 {
   background-color: #1104BF;
 }
</style>
border-color css

<style>
 span { border-color: #1104BF; }

 span { border-color: rgb(17,4,191); }

 td.TdClassName
 {
   border-color: #1104BF;
 }
 .TagClassName
 {
   border-color: #1104BF;
 }
</style>