Html Css Color HEX #137784 Allports

📋 copy color: '#137784'

red 19 ◦ green 119 ◦ blue 132

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

Shades of Allports #137784

Tints of Allports #137784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 7.04%
G = 44.07%
B = 48.89%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#137784 (or 0x137784) is known color: Allports. HEX triplet: 13, 77 and 84. RGB value is (19,119,132). Sum of RGB (Red+Green+Blue) = 19+119+132=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #137784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137784 is #EC887B. Grayscale: #5A5A5A. Windows color (decimal): -15501436 or 8681235. OLE color: 8681235.

HSL color Cylindrical-coordinate representation of color #137784: hue angle of 186.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137784 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 119 132 -
CMYK 0.86 0.10 0 0.48
HSL 186.9º 0.75% 0.3% -
HSV(B) 186.9º 0.86% 0.52% -
XYZ 11.03 15 24.14 -
YUV 90.58 151.37 76.94 -
System Red Green Blue C M Y K H S L
Decimal 19 119 132 0.86 0.10 0 0.48 186.9 0.75 0.3
Hex 13 77 84 56 A 0 30 BB 4B 1E
Octal 23 167 204 126 12 0 60 273 113 36
Binary 10011 1110111 10000100 1010110 1010 0 110000 10111011 1001011 11110

Color Harmonies of #137784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137784

Black with #137784

Text Example


Text Example

White with #137784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137784; }

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

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

background-color css

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

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

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

border-color css

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

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

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