Html Css Color HEX #116E90 Allports

📋 copy color: '#116E90'

red 17 ◦ green 110 ◦ blue 144

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

Shades of Allports #116E90

Tints of Allports #116E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.14%

R = 6.27%
G = 40.59%
B = 53.14%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#116E90 (or 0x116E90) is known color: Allports. HEX triplet: 11, 6E and 90. RGB value is (17,110,144). Sum of RGB (Red+Green+Blue) = 17+110+144=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #116E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E90 is #EE916F. Grayscale: #555555. Windows color (decimal): -15634800 or 9465361. OLE color: 9465361.

HSL color Cylindrical-coordinate representation of color #116E90: hue angle of 196.06º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116E90 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 110 144 -
CMYK 0.88 0.24 0 0.44
HSL 196.06º 0.79% 0.32% -
HSV(B) 196.06º 0.88% 0.56% -
XYZ 10.84 13.28 28.38 -
YUV 86.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 17 110 144 0.88 0.24 0 0.44 196.06 0.79 0.32
Hex 11 6E 90 58 18 0 2C C4 4F 20
Octal 21 156 220 130 30 0 54 304 117 40
Binary 10001 1101110 10010000 1011000 11000 0 101100 11000100 1001111 100000

Color Harmonies of #116E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E90

Black with #116E90

Text Example


Text Example

White with #116E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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