#157082

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

Shades of Allports #157082

Tints of Allports #157082

Color information

#157082 (or 0x157082) is unknown color: approx Allports. HEX triplet: 15, 70 and 82. RGB value is (21,112,130). Sum of RGB (Red+Green+Blue) = 21+112+130=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #157082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157082 is #EA8F7D. Grayscale: #565656. Windows color (decimal): -15372158 or 8548373. OLE color: 8548373.

HSL color Cylindrical-coordinate representation of color #157082: hue angle of 189.91º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157082 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB21112130-
CMYK0.840.1400.49
HSL189.91º72.19%29.61%-
HSV(B)189.91º83.85%50.98%-
XYZ10.1313.3623.16-
YUV86.84152.3581.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.98%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=7.98%
G=42.59%
B=49.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211121300.840.1400.49189.9172.1929.61
Hex15708254E031be481e
Octal251602021241606127611036
Binary1010111100001000001010101001110011000110111110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157082; }

 p { color: rgb(21,112,130); }

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

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

 a { background-color: rgb(21,112,130); }

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

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

 span { border-color: rgb(21,112,130); }

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