#13757A

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

Shades of Allports #13757A

Tints of Allports #13757A

Color information

#13757A (or 0x13757A) is unknown color: approx Allports. HEX triplet: 13, 75 and 7A. RGB value is (19,117,122). Sum of RGB (Red+Green+Blue) = 19+117+122=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #13757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13757A is #EC8A85. Grayscale: #585858. Windows color (decimal): -15501958 or 8025363. OLE color: 8025363.

HSL color Cylindrical-coordinate representation of color #13757A: hue angle of 182.91º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13757A is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB19117122-
CMYK0.840.0400.52
HSL182.91º73.05%27.65%-
HSV(B)182.91º84.43%47.84%-
XYZ10.1414.2720.63-
YUV88.27147.0378.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.36%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=7.36%
G=45.35%
B=47.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191171220.840.0400.52182.9173.0527.65
Hex13757A544034b7491c
Octal23165172124406426711134
Binary10011111010111110101010100100011010010110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13757A; }

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

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

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

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

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

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

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

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