Html Css Color HEX #137580 Allports

📋 copy color: '#137580'

red 19 ◦ green 117 ◦ blue 128

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

Shades of Allports #137580

Tints of Allports #137580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

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

R = 7.2%
G = 44.32%
B = 48.48%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#137580 (or 0x137580) is known color: Allports. HEX triplet: 13, 75 and 80. RGB value is (19,117,128). Sum of RGB (Red+Green+Blue) = 19+117+128=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #137580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137580 is #EC8A7F. Grayscale: #585858. Windows color (decimal): -15501952 or 8418579. OLE color: 8418579.

HSL color Cylindrical-coordinate representation of color #137580: hue angle of 186.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 #137580 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 117 128 -
CMYK 0.85 0.09 0 0.50
HSL 186.06º 0.74% 0.29% -
HSV(B) 186.06º 0.85% 0.5% -
XYZ 10.53 14.42 22.65 -
YUV 88.95 150.03 78.11 -
System Red Green Blue C M Y K H S L
Decimal 19 117 128 0.85 0.09 0 0.50 186.06 0.74 0.29
Hex 13 75 80 55 9 0 32 BA 4A 1D
Octal 23 165 200 125 11 0 62 272 112 35
Binary 10011 1110101 10000000 1010101 1001 0 110010 10111010 1001010 11101

Color Harmonies of #137580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137580

Black with #137580

Text Example


Text Example

White with #137580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137580; }

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

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

background-color css

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

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

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

border-color css

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

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

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