Html Css Color HEX #116377 Allports

📋 copy color: '#116377'

red 17 ◦ green 99 ◦ blue 119

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

Shades of Allports #116377

Tints of Allports #116377

RGB

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

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

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

R = 7.23%
G = 42.13%
B = 50.64%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#116377 (or 0x116377) is known color: Allports. HEX triplet: 11, 63 and 77. RGB value is (17,99,119). Sum of RGB (Red+Green+Blue) = 17+99+119=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #116377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116377 is #EE9C88. Grayscale: #4C4C4C. Windows color (decimal): -15637641 or 7824145. OLE color: 7824145.

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

Color convert

RGB 17 99 119 -
CMYK 0.86 0.17 0 0.53
HSL 191.76º 0.75% 0.27% -
HSV(B) 191.76º 0.86% 0.47% -
XYZ 8.02 10.37 19.03 -
YUV 76.76 151.83 85.37 -
System Red Green Blue C M Y K H S L
Decimal 17 99 119 0.86 0.17 0 0.53 191.76 0.75 0.27
Hex 11 63 77 56 11 0 35 C0 4B 1B
Octal 21 143 167 126 21 0 65 300 113 33
Binary 10001 1100011 1110111 1010110 10001 0 110101 11000000 1001011 11011

Color Harmonies of #116377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116377

Black with #116377

Text Example


Text Example

White with #116377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116377; }

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

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

background-color css

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

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

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

border-color css

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

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

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