Html Css Color HEX #137077 Allports

📋 copy color: '#137077'

red 19 ◦ green 112 ◦ blue 119

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

Shades of Allports #137077

Tints of Allports #137077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 7.6%
G = 44.8%
B = 47.6%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137077 (or 0x137077) is known color: Allports. HEX triplet: 13, 70 and 77. RGB value is (19,112,119). Sum of RGB (Red+Green+Blue) = 19+112+119=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #137077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137077 is #EC8F88. Grayscale: #545454. Windows color (decimal): -15503241 or 7827475. OLE color: 7827475.

HSL color Cylindrical-coordinate representation of color #137077: hue angle of 184.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137077 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 112 119 -
CMYK 0.84 0.06 0 0.53
HSL 184.2º 0.72% 0.27% -
HSV(B) 184.2º 0.84% 0.47% -
XYZ 9.39 13.06 19.48 -
YUV 84.99 147.19 80.93 -
System Red Green Blue C M Y K H S L
Decimal 19 112 119 0.84 0.06 0 0.53 184.2 0.72 0.27
Hex 13 70 77 54 6 0 35 B8 48 1B
Octal 23 160 167 124 6 0 65 270 110 33
Binary 10011 1110000 1110111 1010100 110 0 110101 10111000 1001000 11011

Color Harmonies of #137077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137077

Black with #137077

Text Example


Text Example

White with #137077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137077; }

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

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

background-color css

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

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

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

border-color css

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

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

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