#137075

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

Shades of Allports #137075

Tints of Allports #137075

Color information

#137075 (or 0x137075) is unknown color: approx Allports. HEX triplet: 13, 70 and 75. RGB value is (19,112,117). Sum of RGB (Red+Green+Blue) = 19+112+117=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #137075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137075 is #EC8F8A. Grayscale: #545454. Windows color (decimal): -15503243 or 7696403. OLE color: 7696403.

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

Color convert

RGB19112117-
CMYK0.840.0400.54
HSL183.06º72.06%26.67%-
HSV(B)183.06º83.76%45.88%-
XYZ9.2713.0118.85-
YUV84.76146.1981.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=7.66%
G=45.16%
B=47.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191121170.840.0400.54183.0672.0626.67
Hex137075544036b7481b
Octal23160165124406626711033
Binary10011111000011101011010100100011011010110111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137075; }

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

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

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

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

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

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

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

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