Html Css Color HEX #116175 Allports

📋 copy color: '#116175'

red 17 ◦ green 97 ◦ blue 117

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

Shades of Allports #116175

Tints of Allports #116175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.99%

 BLUE value IS 117 (46.09% from 255) = 50.65%

R = 7.36%
G = 41.99%
B = 50.65%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#116175 (or 0x116175) is known color: Allports. HEX triplet: 11, 61 and 75. RGB value is (17,97,117). Sum of RGB (Red+Green+Blue) = 17+97+117=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #116175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116175 is #EE9E8A. Grayscale: #4B4B4B. Windows color (decimal): -15638155 or 7692561. OLE color: 7692561.

HSL color Cylindrical-coordinate representation of color #116175: hue angle of 192º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116175 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 97 117 -
CMYK 0.85 0.17 0 0.54
HSL 192º 0.75% 0.26% -
HSV(B) 192º 0.85% 0.46% -
XYZ 7.72 9.95 18.34 -
YUV 75.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 17 97 117 0.85 0.17 0 0.54 192 0.75 0.26
Hex 11 61 75 55 11 0 36 C0 4B 1A
Octal 21 141 165 125 21 0 66 300 113 32
Binary 10001 1100001 1110101 1010101 10001 0 110110 11000000 1001011 11010

Color Harmonies of #116175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116175

Black with #116175

Text Example


Text Example

White with #116175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116175; }

 p { color: rgb(17,97,117); }

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

background-color css

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

 a { background-color: rgb(17,97,117); }

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

border-color css

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

 span { border-color: rgb(17,97,117); }

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