#157585

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

Shades of Allports #157585

Tints of Allports #157585

Color information

#157585 (or 0x157585) is unknown color: approx Allports. HEX triplet: 15, 75 and 85. RGB value is (21,117,133). Sum of RGB (Red+Green+Blue) = 21+117+133=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #157585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157585 is #EA8A7A. Grayscale: #595959. Windows color (decimal): -15370875 or 8746261. OLE color: 8746261.

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

Color convert

RGB21117133-
CMYK0.840.1200.48
HSL188.57º72.73%30.2%-
HSV(B)188.57º84.21%52.16%-
XYZ10.914.5824.43-
YUV90.12152.278.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=7.75%
G=43.17%
B=49.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211171330.840.1200.48188.5772.7330.2
Hex15758554C030bd491e
Octal251652051241406027511136
Binary1010111101011000010110101001100011000010111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157585; }

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

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

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

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

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

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

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

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