Html Css Color HEX #1178BF Denim

📋 copy color: '#1178BF'

red 17 ◦ green 120 ◦ blue 191

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

Shades of Denim #1178BF

Tints of Denim #1178BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.59%

 BLUE value IS 191 (75% from 255) = 58.23%

R = 5.18%
G = 36.59%
B = 58.23%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1178BF (or 0x1178BF) is known color: Denim. HEX triplet: 11, 78 and BF. RGB value is (17,120,191). Sum of RGB (Red+Green+Blue) = 17+120+191=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #1178BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1178BF is #EE8740. Grayscale: #606060. Windows color (decimal): -15632193 or 12548113. OLE color: 12548113.

HSL color Cylindrical-coordinate representation of color #1178BF: hue angle of 204.48º 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 #1178BF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 120 191 -
CMYK 0.91 0.37 0 0.25
HSL 204.48º 0.84% 0.41% -
HSV(B) 204.48º 0.91% 0.75% -
XYZ 16.35 17.31 51.77 -
YUV 97.3 180.88 70.73 -
System Red Green Blue C M Y K H S L
Decimal 17 120 191 0.91 0.37 0 0.25 204.48 0.84 0.41
Hex 11 78 BF 5B 25 0 19 CC 54 29
Octal 21 170 277 133 45 0 31 314 124 51
Binary 10001 1111000 10111111 1011011 100101 0 11001 11001100 1010100 101001

Color Harmonies of #1178BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1178BF

Black with #1178BF

Text Example


Text Example

White with #1178BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1178BF;
 }
 .AnyTagClassName
 {
   color: #1178BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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