#137276

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

Shades of Allports #137276

Tints of Allports #137276

Color information

#137276 (or 0x137276) is unknown color: approx Allports. HEX triplet: 13, 72 and 76. RGB value is (19,114,118). Sum of RGB (Red+Green+Blue) = 19+114+118=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #137276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137276 is #EC8D89. Grayscale: #555555. Windows color (decimal): -15502730 or 7762451. OLE color: 7762451.

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

Color convert

RGB19114118-
CMYK0.840.0300.54
HSL182.42º72.26%26.86%-
HSV(B)182.42º83.9%46.27%-
XYZ9.5613.4819.24-
YUV86.05146.0380.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=7.57%
G=45.42%
B=47.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191141180.840.0300.54182.4272.2626.86
Hex137276543036b6481b
Octal23162166124306626611033
Binary1001111100101110110101010011011011010110110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137276; }

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

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

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

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

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

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

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

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