#13737F

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

Shades of Allports #13737F

Tints of Allports #13737F

Color information

#13737F (or 0x13737F) is unknown color: approx Allports. HEX triplet: 13, 73 and 7F. RGB value is (19,115,127). Sum of RGB (Red+Green+Blue) = 19+115+127=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #13737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13737F is #EC8C80. Grayscale: #575757. Windows color (decimal): -15502465 or 8352531. OLE color: 8352531.

HSL color Cylindrical-coordinate representation of color #13737F: hue angle of 186.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13737F is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB19115127-
CMYK0.850.0900.50
HSL186.67º73.97%28.63%-
HSV(B)186.67º85.04%49.8%-
XYZ10.2313.9322.23-
YUV87.66150.279.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 127 (50% from 255) = 48.66%
R=7.28%
G=44.06%
B=48.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal191151270.850.0900.50186.6773.9728.63
Hex13737F559032bb4a1d
Octal231631771251106227311235
Binary100111110011111111110101011001011001010111011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13737F; }

 p { color: rgb(19,115,127); }

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

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

 a { background-color: rgb(19,115,127); }

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

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

 span { border-color: rgb(19,115,127); }

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