#157787

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

Shades of Allports #157787

Tints of Allports #157787

Color information

#157787 (or 0x157787) is unknown color: approx Allports. HEX triplet: 15, 77 and 87. RGB value is (21,119,135). Sum of RGB (Red+Green+Blue) = 21+119+135=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #157787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157787 is #EA8878. Grayscale: #5B5B5B. Windows color (decimal): -15370361 or 8877845. OLE color: 8877845.

HSL color Cylindrical-coordinate representation of color #157787: hue angle of 188.42º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157787 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB21119135-
CMYK0.840.1200.47
HSL188.42º73.08%30.59%-
HSV(B)188.42º84.44%52.94%-
XYZ11.2815.125.24-
YUV91.52152.5377.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.64%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 135 (53.12% from 255) = 49.09%
R=7.64%
G=43.27%
B=49.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211191350.840.1200.47188.4273.0830.59
Hex15778754C02Fbc491f
Octal251672071241405727411137
Binary1010111101111000011110101001100010111110111100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157787; }

 p { color: rgb(21,119,135); }

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

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

 a { background-color: rgb(21,119,135); }

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

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

 span { border-color: rgb(21,119,135); }

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