Html Css Color HEX #136176 Allports

📋 copy color: '#136176'

red 19 ◦ green 97 ◦ blue 118

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

Shades of Allports #136176

Tints of Allports #136176

RGB

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

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

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

R = 8.12%
G = 41.45%
B = 50.43%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#136176 (or 0x136176) is known color: Allports. HEX triplet: 13, 61 and 76. RGB value is (19,97,118). Sum of RGB (Red+Green+Blue) = 19+97+118=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 97 (38.28% from 255 or 41.45% 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 #136176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136176 is #EC9E89. Grayscale: #4B4B4B. Windows color (decimal): -15507082 or 7758099. OLE color: 7758099.

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

Color convert

RGB 19 97 118 -
CMYK 0.84 0.18 0 0.54
HSL 192.73º 0.72% 0.27% -
HSV(B) 192.73º 0.84% 0.46% -
XYZ 7.81 10 18.66 -
YUV 76.07 151.66 87.29 -
System Red Green Blue C M Y K H S L
Decimal 19 97 118 0.84 0.18 0 0.54 192.73 0.72 0.27
Hex 13 61 76 54 12 0 36 C1 48 1B
Octal 23 141 166 124 22 0 66 301 110 33
Binary 10011 1100001 1110110 1010100 10010 0 110110 11000001 1001000 11011

Color Harmonies of #136176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136176

Black with #136176

Text Example


Text Example

White with #136176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136176; }

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

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

background-color css

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

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

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

border-color css

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

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

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