Html Css Color HEX #116076 Allports

📋 copy color: '#116076'

red 17 ◦ green 96 ◦ blue 118

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

Shades of Allports #116076

Tints of Allports #116076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 7.36%
G = 41.56%
B = 51.08%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#116076 (or 0x116076) is known color: Allports. HEX triplet: 11, 60 and 76. RGB value is (17,96,118). Sum of RGB (Red+Green+Blue) = 17+96+118=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #116076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116076 is #EE9F89. Grayscale: #4A4A4A. Windows color (decimal): -15638410 or 7757841. OLE color: 7757841.

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

Color convert

RGB 17 96 118 -
CMYK 0.86 0.19 0 0.54
HSL 193.07º 0.75% 0.26% -
HSV(B) 193.07º 0.86% 0.46% -
XYZ 7.68 9.79 18.62 -
YUV 74.89 152.33 86.71 -
System Red Green Blue C M Y K H S L
Decimal 17 96 118 0.86 0.19 0 0.54 193.07 0.75 0.26
Hex 11 60 76 56 13 0 36 C1 4B 1A
Octal 21 140 166 126 23 0 66 301 113 32
Binary 10001 1100000 1110110 1010110 10011 0 110110 11000001 1001011 11010

Color Harmonies of #116076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116076

Black with #116076

Text Example


Text Example

White with #116076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116076; }

 p { color: rgb(17,96,118); }

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

background-color css

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

 a { background-color: rgb(17,96,118); }

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

border-color css

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

 span { border-color: rgb(17,96,118); }

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