Html Css Color HEX #137789 Allports

📋 copy color: '#137789'

red 19 ◦ green 119 ◦ blue 137

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

Shades of Allports #137789

Tints of Allports #137789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 6.91%
G = 43.27%
B = 49.82%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#137789 (or 0x137789) is known color: Allports. HEX triplet: 13, 77 and 89. RGB value is (19,119,137). Sum of RGB (Red+Green+Blue) = 19+119+137=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #137789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137789 is #EC8876. Grayscale: #5A5A5A. Windows color (decimal): -15501431 or 9008915. OLE color: 9008915.

HSL color Cylindrical-coordinate representation of color #137789: hue angle of 189.15º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137789 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 119 137 -
CMYK 0.86 0.13 0 0.46
HSL 189.15º 0.76% 0.31% -
HSV(B) 189.15º 0.86% 0.54% -
XYZ 11.38 15.14 25.99 -
YUV 91.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 19 119 137 0.86 0.13 0 0.46 189.15 0.76 0.31
Hex 13 77 89 56 D 0 2E BD 4C 1F
Octal 23 167 211 126 15 0 56 275 114 37
Binary 10011 1110111 10001001 1010110 1101 0 101110 10111101 1001100 11111

Color Harmonies of #137789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137789

Black with #137789

Text Example


Text Example

White with #137789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137789; }

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

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

background-color css

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

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

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

border-color css

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

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

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