Html Css Color HEX #116477 Allports

📋 copy color: '#116477'

red 17 ◦ green 100 ◦ blue 119

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

Shades of Allports #116477

Tints of Allports #116477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 7.2%
G = 42.37%
B = 50.42%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#116477 (or 0x116477) is known color: Allports. HEX triplet: 11, 64 and 77. RGB value is (17,100,119). Sum of RGB (Red+Green+Blue) = 17+100+119=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #116477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116477 is #EE9B88. Grayscale: #4D4D4D. Windows color (decimal): -15637385 or 7824401. OLE color: 7824401.

HSL color Cylindrical-coordinate representation of color #116477: hue angle of 191.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116477 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 100 119 -
CMYK 0.86 0.16 0 0.53
HSL 191.18º 0.75% 0.27% -
HSV(B) 191.18º 0.86% 0.47% -
XYZ 8.12 10.57 19.06 -
YUV 77.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 17 100 119 0.86 0.16 0 0.53 191.18 0.75 0.27
Hex 11 64 77 56 10 0 35 BF 4B 1B
Octal 21 144 167 126 20 0 65 277 113 33
Binary 10001 1100100 1110111 1010110 10000 0 110101 10111111 1001011 11011

Color Harmonies of #116477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116477

Black with #116477

Text Example


Text Example

White with #116477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116477; }

 p { color: rgb(17,100,119); }

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

background-color css

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

 a { background-color: rgb(17,100,119); }

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

border-color css

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

 span { border-color: rgb(17,100,119); }

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