Html Css Color HEX #137279 Allports

📋 copy color: '#137279'

red 19 ◦ green 114 ◦ blue 121

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

Shades of Allports #137279

Tints of Allports #137279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

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

R = 7.48%
G = 44.88%
B = 47.64%

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

#137279 (or 0x137279) is known color: Allports. HEX triplet: 13, 72 and 79. RGB value is (19,114,121). Sum of RGB (Red+Green+Blue) = 19+114+121=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #137279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137279 is #EC8D86. Grayscale: #565656. Windows color (decimal): -15502727 or 7959059. OLE color: 7959059.

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

Color convert

RGB 19 114 121 -
CMYK 0.84 0.06 0 0.53
HSL 184.12º 0.73% 0.27% -
HSV(B) 184.12º 0.84% 0.47% -
XYZ 9.74 13.55 20.19 -
YUV 86.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 19 114 121 0.84 0.06 0 0.53 184.12 0.73 0.27
Hex 13 72 79 54 6 0 35 B8 49 1B
Octal 23 162 171 124 6 0 65 270 111 33
Binary 10011 1110010 1111001 1010100 110 0 110101 10111000 1001001 11011

Color Harmonies of #137279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137279

Black with #137279

Text Example


Text Example

White with #137279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137279; }

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

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

background-color css

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

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

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

border-color css

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

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

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