#137783

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

Shades of Allports #137783

Tints of Allports #137783

Color information

#137783 (or 0x137783) is unknown color: approx Allports. HEX triplet: 13, 77 and 83. RGB value is (19,119,131). Sum of RGB (Red+Green+Blue) = 19+119+131=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #137783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137783 is #EC887C. Grayscale: #5A5A5A. Windows color (decimal): -15501437 or 8615699. OLE color: 8615699.

HSL color Cylindrical-coordinate representation of color #137783: hue angle of 186.43º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137783 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB19119131-
CMYK0.850.0900.49
HSL186.43º74.67%29.41%-
HSV(B)186.43º85.5%51.37%-
XYZ10.9614.9723.78-
YUV90.47150.8777.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.06%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=7.06%
G=44.24%
B=48.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191191310.850.0900.49186.4374.6729.41
Hex137783559031ba4b1d
Octal231672031251106127211335
Binary1001111101111000001110101011001011000110111010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137783; }

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

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

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

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

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

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

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

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