#1104B8

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

Shades of Medium Blue #1104B8

Tints of Medium Blue #1104B8

Color information

#1104B8 (or 0x1104B8) is unknown color: approx Medium Blue. HEX triplet: 11, 04 and B8. RGB value is (17,4,184). Sum of RGB (Red+Green+Blue) = 17+4+184=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 184 (72.27% from 255 or 89.76% from 205); Max value from RGB is 184 - color contains mainly: blue. Hex color #1104B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1104B8 is #EEFB47. Grayscale: #1B1B1B. Windows color (decimal): -15661896 or 12059665. OLE color: 12059665.

HSL color Cylindrical-coordinate representation of color #1104B8: hue angle of 244.33º 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 #1104B8 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB174184-
CMYK0.910.9800.28
HSL244.33º95.74%36.86%-
HSV(B)244.33º97.83%72.16%-
XYZ8.933.6745.58-
YUV28.41215.81119.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 184 (72.27% from 255) = 89.76%
R=8.29%
G=1.95%
B=89.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741840.910.9800.28244.3395.7436.86
Hex114B85B6201Cf46025
Octal21427013314203436414045
Binary100011001011100010110111100010011100111101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1104B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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