Html Css Color HEX #136177 Allports

📋 copy color: '#136177'

red 19 ◦ green 97 ◦ blue 119

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

Shades of Allports #136177

Tints of Allports #136177

RGB

 RED value IS 19 (7.81% from 255) = 8.09%

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 8.09%
G = 41.28%
B = 50.64%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#136177 (or 0x136177) is known color: Allports. HEX triplet: 13, 61 and 77. RGB value is (19,97,119). Sum of RGB (Red+Green+Blue) = 19+97+119=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 97 (38.28% from 255 or 41.28% 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 #136177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136177 is #EC9E88. Grayscale: #4C4C4C. Windows color (decimal): -15507081 or 7823635. OLE color: 7823635.

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

Color convert

RGB 19 97 119 -
CMYK 0.84 0.18 0 0.53
HSL 193.2º 0.72% 0.27% -
HSV(B) 193.2º 0.84% 0.47% -
XYZ 7.87 10.02 18.97 -
YUV 76.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 19 97 119 0.84 0.18 0 0.53 193.2 0.72 0.27
Hex 13 61 77 54 12 0 35 C1 48 1B
Octal 23 141 167 124 22 0 65 301 110 33
Binary 10011 1100001 1110111 1010100 10010 0 110101 11000001 1001000 11011

Color Harmonies of #136177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136177

Black with #136177

Text Example


Text Example

White with #136177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136177; }

 p { color: rgb(19,97,119); }

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

background-color css

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

 a { background-color: rgb(19,97,119); }

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

border-color css

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

 span { border-color: rgb(19,97,119); }

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