Html Css Color HEX #116E89 Allports

📋 copy color: '#116E89'

red 17 ◦ green 110 ◦ blue 137

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

Shades of Allports #116E89

Tints of Allports #116E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.67%

 BLUE value IS 137 (53.91% from 255) = 51.89%

R = 6.44%
G = 41.67%
B = 51.89%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#116E89 (or 0x116E89) is known color: Allports. HEX triplet: 11, 6E and 89. RGB value is (17,110,137). Sum of RGB (Red+Green+Blue) = 17+110+137=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #116E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E89 is #EE9176. Grayscale: #555555. Windows color (decimal): -15634807 or 9006609. OLE color: 9006609.

HSL color Cylindrical-coordinate representation of color #116E89: hue angle of 193.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116E89 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 110 137 -
CMYK 0.88 0.20 0 0.46
HSL 193.5º 0.78% 0.3% -
HSV(B) 193.5º 0.88% 0.54% -
XYZ 10.32 13.08 25.65 -
YUV 85.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 17 110 137 0.88 0.20 0 0.46 193.5 0.78 0.3
Hex 11 6E 89 58 14 0 2E C2 4E 1E
Octal 21 156 211 130 24 0 56 302 116 36
Binary 10001 1101110 10001001 1011000 10100 0 101110 11000010 1001110 11110

Color Harmonies of #116E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E89

Black with #116E89

Text Example


Text Example

White with #116E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116E89; }

 p { color: rgb(17,110,137); }

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

background-color css

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

 a { background-color: rgb(17,110,137); }

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

border-color css

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

 span { border-color: rgb(17,110,137); }

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