Html Css Color HEX #137079 Allports

📋 copy color: '#137079'

red 19 ◦ green 112 ◦ blue 121

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

Shades of Allports #137079

Tints of Allports #137079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.02%

R = 7.54%
G = 44.44%
B = 48.02%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#137079 (or 0x137079) is known color: Allports. HEX triplet: 13, 70 and 79. RGB value is (19,112,121). Sum of RGB (Red+Green+Blue) = 19+112+121=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #137079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137079 is #EC8F86. Grayscale: #555555. Windows color (decimal): -15503239 or 7958547. OLE color: 7958547.

HSL color Cylindrical-coordinate representation of color #137079: hue angle of 185.29º degrees, saturation: 0.73, 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 #137079 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 112 121 -
CMYK 0.84 0.07 0 0.53
HSL 185.29º 0.73% 0.27% -
HSV(B) 185.29º 0.84% 0.47% -
XYZ 9.51 13.11 20.12 -
YUV 85.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 19 112 121 0.84 0.07 0 0.53 185.29 0.73 0.27
Hex 13 70 79 54 7 0 35 B9 49 1B
Octal 23 160 171 124 7 0 65 271 111 33
Binary 10011 1110000 1111001 1010100 111 0 110101 10111001 1001001 11011

Color Harmonies of #137079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137079

Black with #137079

Text Example


Text Example

White with #137079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137079; }

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

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

background-color css

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

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

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

border-color css

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

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

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