Html Css Color HEX #137780 Allports

📋 copy color: '#137780'

red 19 ◦ green 119 ◦ blue 128

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

Shades of Allports #137780

Tints of Allports #137780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

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

R = 7.14%
G = 44.74%
B = 48.12%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#137780 (or 0x137780) is known color: Allports. HEX triplet: 13, 77 and 80. RGB value is (19,119,128). Sum of RGB (Red+Green+Blue) = 19+119+128=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #137780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137780 is #EC887F. Grayscale: #595959. Windows color (decimal): -15501440 or 8419091. OLE color: 8419091.

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

Color convert

RGB 19 119 128 -
CMYK 0.85 0.07 0 0.50
HSL 184.95º 0.74% 0.29% -
HSV(B) 184.95º 0.85% 0.5% -
XYZ 10.76 14.89 22.73 -
YUV 90.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 19 119 128 0.85 0.07 0 0.50 184.95 0.74 0.29
Hex 13 77 80 55 7 0 32 B9 4A 1D
Octal 23 167 200 125 7 0 62 271 112 35
Binary 10011 1110111 10000000 1010101 111 0 110010 10111001 1001010 11101

Color Harmonies of #137780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137780

Black with #137780

Text Example


Text Example

White with #137780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137780; }

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

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

background-color css

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

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

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

border-color css

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

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

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