Html Css Color HEX #137382 Allports

📋 copy color: '#137382'

red 19 ◦ green 115 ◦ blue 130

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

Shades of Allports #137382

Tints of Allports #137382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

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

R = 7.2%
G = 43.56%
B = 49.24%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#137382 (or 0x137382) is known color: Allports. HEX triplet: 13, 73 and 82. RGB value is (19,115,130). Sum of RGB (Red+Green+Blue) = 19+115+130=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #137382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137382 is #EC8C7D. Grayscale: #575757. Windows color (decimal): -15502462 or 8549139. OLE color: 8549139.

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

Color convert

RGB 19 115 130 -
CMYK 0.85 0.12 0 0.49
HSL 188.11º 0.74% 0.29% -
HSV(B) 188.11º 0.85% 0.51% -
XYZ 10.43 14.01 23.27 -
YUV 88.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 19 115 130 0.85 0.12 0 0.49 188.11 0.74 0.29
Hex 13 73 82 55 C 0 31 BC 4A 1D
Octal 23 163 202 125 14 0 61 274 112 35
Binary 10011 1110011 10000010 1010101 1100 0 110001 10111100 1001010 11101

Color Harmonies of #137382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137382

Black with #137382

Text Example


Text Example

White with #137382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137382; }

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

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

background-color css

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

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

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

border-color css

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

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

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