Html Css Color HEX #136180 Allports

📋 copy color: '#136180'

red 19 ◦ green 97 ◦ blue 128

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

Shades of Allports #136180

Tints of Allports #136180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 7.79%
G = 39.75%
B = 52.46%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#136180 (or 0x136180) is known color: Allports. HEX triplet: 13, 61 and 80. RGB value is (19,97,128). Sum of RGB (Red+Green+Blue) = 19+97+128=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #136180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136180 is #EC9E7F. Grayscale: #4D4D4D. Windows color (decimal): -15507072 or 8413459. OLE color: 8413459.

HSL color Cylindrical-coordinate representation of color #136180: hue angle of 197.06º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136180 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 97 128 -
CMYK 0.85 0.24 0 0.50
HSL 197.06º 0.74% 0.29% -
HSV(B) 197.06º 0.85% 0.5% -
XYZ 8.44 10.25 21.96 -
YUV 77.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 19 97 128 0.85 0.24 0 0.50 197.06 0.74 0.29
Hex 13 61 80 55 18 0 32 C5 4A 1D
Octal 23 141 200 125 30 0 62 305 112 35
Binary 10011 1100001 10000000 1010101 11000 0 110010 11000101 1001010 11101

Color Harmonies of #136180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136180

Black with #136180

Text Example


Text Example

White with #136180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136180; }

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

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

background-color css

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

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

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

border-color css

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

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

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