#1176B8

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

Shades of Denim #1176B8

Tints of Denim #1176B8

Color information

#1176B8 (or 0x1176B8) is unknown color: approx Denim. HEX triplet: 11, 76 and B8. RGB value is (17,118,184). Sum of RGB (Red+Green+Blue) = 17+118+184=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 184 (72.27% from 255 or 57.68% from 319); Max value from RGB is 184 - color contains mainly: blue. Hex color #1176B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176B8 is #EE8947. Grayscale: #5E5E5E. Windows color (decimal): -15632712 or 12088849. OLE color: 12088849.

HSL color Cylindrical-coordinate representation of color #1176B8: hue angle of 203.71º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1176B8 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17118184-
CMYK0.910.3600.28
HSL203.71º83.08%39.41%-
HSV(B)203.71º90.76%72.16%-
XYZ15.3616.5447.73-
YUV95.32178.0472.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.33%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 184 (72.27% from 255) = 57.68%
R=5.33%
G=36.99%
B=57.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171181840.910.3600.28203.7183.0839.41
Hex1176B85B2401Ccc5327
Octal211662701334403431412347
Binary100011110110101110001011011100100011100110011001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1176B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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