Html Css Color HEX #116376 Allports

📋 copy color: '#116376'

red 17 ◦ green 99 ◦ blue 118

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

Shades of Allports #116376

Tints of Allports #116376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

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

R = 7.26%
G = 42.31%
B = 50.43%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#116376 (or 0x116376) is known color: Allports. HEX triplet: 11, 63 and 76. RGB value is (17,99,118). Sum of RGB (Red+Green+Blue) = 17+99+118=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #116376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116376 is #EE9C89. Grayscale: #4C4C4C. Windows color (decimal): -15637642 or 7758609. OLE color: 7758609.

HSL color Cylindrical-coordinate representation of color #116376: hue angle of 191.29º 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 #116376 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 99 118 -
CMYK 0.86 0.16 0 0.54
HSL 191.29º 0.75% 0.26% -
HSV(B) 191.29º 0.86% 0.46% -
XYZ 7.96 10.35 18.72 -
YUV 76.65 151.33 85.46 -
System Red Green Blue C M Y K H S L
Decimal 17 99 118 0.86 0.16 0 0.54 191.29 0.75 0.26
Hex 11 63 76 56 10 0 36 BF 4B 1A
Octal 21 143 166 126 20 0 66 277 113 32
Binary 10001 1100011 1110110 1010110 10000 0 110110 10111111 1001011 11010

Color Harmonies of #116376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116376

Black with #116376

Text Example


Text Example

White with #116376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116376; }

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

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

background-color css

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

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

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

border-color css

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

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

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