Html Css Color HEX #1176C0 Denim

📋 copy color: '#1176C0'

red 17 ◦ green 118 ◦ blue 192

#1176C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1176C0

Tints of Denim #1176C0

RGB

 RED value IS 17 (7.03% from 255) = 5.2%

 GREEN value IS 118 (46.48% from 255) = 36.09%

 BLUE value IS 192 (75.39% from 255) = 58.72%

R = 5.2%
G = 36.09%
B = 58.72%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1176C0 (or 0x1176C0) is known color: Denim. HEX triplet: 11, 76 and C0. RGB value is (17,118,192). Sum of RGB (Red+Green+Blue) = 17+118+192=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #1176C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1176C0 is #EE893F. Grayscale: #5F5F5F. Windows color (decimal): -15632704 or 12613137. OLE color: 12613137.

HSL color Cylindrical-coordinate representation of color #1176C0: hue angle of 205.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1176C0 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 118 192 -
CMYK 0.91 0.39 0 0.25
HSL 205.37º 0.84% 0.41% -
HSV(B) 205.37º 0.91% 0.75% -
XYZ 16.22 16.88 52.27 -
YUV 96.24 182.04 71.48 -
System Red Green Blue C M Y K H S L
Decimal 17 118 192 0.91 0.39 0 0.25 205.37 0.84 0.41
Hex 11 76 C0 5B 27 0 19 CD 54 29
Octal 21 166 300 133 47 0 31 315 124 51
Binary 10001 1110110 11000000 1011011 100111 0 11001 11001101 1010100 101001

Color Harmonies of #1176C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1176C0

Black with #1176C0

Text Example


Text Example

White with #1176C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1176C0;
 }
 .AnyTagClassName
 {
   color: #1176C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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