Html Css Color HEX #116580 Allports

📋 copy color: '#116580'

red 17 ◦ green 101 ◦ blue 128

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

Shades of Allports #116580

Tints of Allports #116580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.06%

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

R = 6.91%
G = 41.06%
B = 52.03%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#116580 (or 0x116580) is known color: Allports. HEX triplet: 11, 65 and 80. RGB value is (17,101,128). Sum of RGB (Red+Green+Blue) = 17+101+128=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #116580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116580 is #EE9A7F. Grayscale: #4E4E4E. Windows color (decimal): -15637120 or 8414481. OLE color: 8414481.

HSL color Cylindrical-coordinate representation of color #116580: hue angle of 194.59º 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 #116580 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 101 128 -
CMYK 0.87 0.21 0 0.50
HSL 194.59º 0.77% 0.28% -
HSV(B) 194.59º 0.87% 0.5% -
XYZ 8.78 10.99 22.08 -
YUV 78.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 17 101 128 0.87 0.21 0 0.50 194.59 0.77 0.28
Hex 11 65 80 57 15 0 32 C3 4D 1C
Octal 21 145 200 127 25 0 62 303 115 34
Binary 10001 1100101 10000000 1010111 10101 0 110010 11000011 1001101 11100

Color Harmonies of #116580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116580

Black with #116580

Text Example


Text Example

White with #116580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116580; }

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

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

background-color css

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

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

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

border-color css

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

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

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