Html Css Color HEX #137682 Allports

📋 copy color: '#137682'

red 19 ◦ green 118 ◦ blue 130

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

Shades of Allports #137682

Tints of Allports #137682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 7.12%
G = 44.19%
B = 48.69%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137682 (or 0x137682) is known color: Allports. HEX triplet: 13, 76 and 82. RGB value is (19,118,130). Sum of RGB (Red+Green+Blue) = 19+118+130=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #137682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137682 is #EC897D. Grayscale: #595959. Windows color (decimal): -15501694 or 8549907. OLE color: 8549907.

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

Color convert

RGB 19 118 130 -
CMYK 0.85 0.09 0 0.49
HSL 186.49º 0.74% 0.29% -
HSV(B) 186.49º 0.85% 0.51% -
XYZ 10.78 14.71 23.39 -
YUV 89.77 150.7 77.52 -
System Red Green Blue C M Y K H S L
Decimal 19 118 130 0.85 0.09 0 0.49 186.49 0.74 0.29
Hex 13 76 82 55 9 0 31 BA 4A 1D
Octal 23 166 202 125 11 0 61 272 112 35
Binary 10011 1110110 10000010 1010101 1001 0 110001 10111010 1001010 11101

Color Harmonies of #137682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137682

Black with #137682

Text Example


Text Example

White with #137682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137682; }

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

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

background-color css

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

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

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

border-color css

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

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

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