Html Css Color HEX #116980 Allports

📋 copy color: '#116980'

red 17 ◦ green 105 ◦ blue 128

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

Shades of Allports #116980

Tints of Allports #116980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 128 (50.39% from 255) = 51.2%

R = 6.8%
G = 42%
B = 51.2%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#116980 (or 0x116980) is known color: Allports. HEX triplet: 11, 69 and 80. RGB value is (17,105,128). Sum of RGB (Red+Green+Blue) = 17+105+128=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #116980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116980 is #EE967F. Grayscale: #515151. Windows color (decimal): -15636096 or 8415505. OLE color: 8415505.

HSL color Cylindrical-coordinate representation of color #116980: hue angle of 192.43º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116980 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 105 128 -
CMYK 0.87 0.18 0 0.50
HSL 192.43º 0.77% 0.28% -
HSV(B) 192.43º 0.87% 0.5% -
XYZ 9.18 11.78 22.21 -
YUV 81.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 17 105 128 0.87 0.18 0 0.50 192.43 0.77 0.28
Hex 11 69 80 57 12 0 32 C0 4D 1C
Octal 21 151 200 127 22 0 62 300 115 34
Binary 10001 1101001 10000000 1010111 10010 0 110010 11000000 1001101 11100

Color Harmonies of #116980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116980

Black with #116980

Text Example


Text Example

White with #116980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116980; }

 p { color: rgb(17,105,128); }

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

background-color css

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

 a { background-color: rgb(17,105,128); }

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

border-color css

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

 span { border-color: rgb(17,105,128); }

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