Html Css Color HEX #137280 Allports

📋 copy color: '#137280'

red 19 ◦ green 114 ◦ blue 128

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

Shades of Allports #137280

Tints of Allports #137280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 7.28%
G = 43.68%
B = 49.04%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#137280 (or 0x137280) is known color: Allports. HEX triplet: 13, 72 and 80. RGB value is (19,114,128). Sum of RGB (Red+Green+Blue) = 19+114+128=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #137280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137280 is #EC8D7F. Grayscale: #575757. Windows color (decimal): -15502720 or 8417811. OLE color: 8417811.

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

Color convert

RGB 19 114 128 -
CMYK 0.85 0.11 0 0.50
HSL 187.71º 0.74% 0.29% -
HSV(B) 187.71º 0.85% 0.5% -
XYZ 10.18 13.73 22.54 -
YUV 87.19 151.03 79.36 -
System Red Green Blue C M Y K H S L
Decimal 19 114 128 0.85 0.11 0 0.50 187.71 0.74 0.29
Hex 13 72 80 55 B 0 32 BC 4A 1D
Octal 23 162 200 125 13 0 62 274 112 35
Binary 10011 1110010 10000000 1010101 1011 0 110010 10111100 1001010 11101

Color Harmonies of #137280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137280

Black with #137280

Text Example


Text Example

White with #137280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137280; }

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

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

background-color css

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

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

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

border-color css

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

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

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