#157785

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

Shades of Allports #157785

Tints of Allports #157785

Color information

#157785 (or 0x157785) is unknown color: approx Allports. HEX triplet: 15, 77 and 85. RGB value is (21,119,133). Sum of RGB (Red+Green+Blue) = 21+119+133=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #157785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157785 is #EA887A. Grayscale: #5B5B5B. Windows color (decimal): -15370363 or 8746773. OLE color: 8746773.

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

Color convert

RGB21119133-
CMYK0.840.1100.48
HSL187.5º72.73%30.2%-
HSV(B)187.5º84.21%52.16%-
XYZ11.1415.0524.51-
YUV91.29151.5377.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.69%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=7.69%
G=43.59%
B=48.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211191330.840.1100.48187.572.7330.2
Hex15778554B030bc491e
Octal251672051241306027411136
Binary1010111101111000010110101001011011000010111100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157785; }

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

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

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

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

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

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

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

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