Html Css Color HEX #116E8D Allports

📋 copy color: '#116E8D'

red 17 ◦ green 110 ◦ blue 141

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

Shades of Allports #116E8D

Tints of Allports #116E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 6.34%
G = 41.04%
B = 52.61%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#116E8D (or 0x116E8D) is known color: Allports. HEX triplet: 11, 6E and 8D. RGB value is (17,110,141). Sum of RGB (Red+Green+Blue) = 17+110+141=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #116E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E8D is #EE9172. Grayscale: #555555. Windows color (decimal): -15634803 or 9268753. OLE color: 9268753.

HSL color Cylindrical-coordinate representation of color #116E8D: hue angle of 195º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116E8D is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 110 141 -
CMYK 0.88 0.22 0 0.45
HSL 195º 0.78% 0.31% -
HSV(B) 195º 0.88% 0.55% -
XYZ 10.61 13.19 27.19 -
YUV 85.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 17 110 141 0.88 0.22 0 0.45 195 0.78 0.31
Hex 11 6E 8D 58 16 0 2D C3 4E 1F
Octal 21 156 215 130 26 0 55 303 116 37
Binary 10001 1101110 10001101 1011000 10110 0 101101 11000011 1001110 11111

Color Harmonies of #116E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E8D

Black with #116E8D

Text Example


Text Example

White with #116E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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