#137277

Color #137277 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #137277

Tints of Allports #137277

Color information

#137277 (or 0x137277) is unknown color: approx Allports. HEX triplet: 13, 72 and 77. RGB value is (19,114,119). Sum of RGB (Red+Green+Blue) = 19+114+119=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #137277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137277 is #EC8D88. Grayscale: #565656. Windows color (decimal): -15502729 or 7827987. OLE color: 7827987.

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

Color convert

RGB19114119-
CMYK0.840.0400.53
HSL183º72.46%27.06%-
HSV(B)183º84.03%46.67%-
XYZ9.6213.519.55-
YUV86.16146.5380.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=7.54%
G=45.24%
B=47.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191141190.840.0400.5318372.4627.06
Hex137277544035b7481b
Octal23162167124406526711033
Binary10011111001011101111010100100011010110110111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137277; }

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

 H1.HeaderClassName
 {
   color: #137277;
 }
 .AnyTagClassName
 {
   color: #137277;
 }
</style>
background-color css

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

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

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

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

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

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