#157481

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

Shades of Allports #157481

Tints of Allports #157481

Color information

#157481 (or 0x157481) is unknown color: approx Allports. HEX triplet: 15, 74 and 81. RGB value is (21,116,129). Sum of RGB (Red+Green+Blue) = 21+116+129=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #157481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157481 is #EA8B7E. Grayscale: #585858. Windows color (decimal): -15371135 or 8483861. OLE color: 8483861.

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

Color convert

RGB21116129-
CMYK0.840.1000.49
HSL187.22º72%29.41%-
HSV(B)187.22º83.72%50.59%-
XYZ10.5214.2422.96-
YUV89.08150.5379.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 129 (50.78% from 255) = 48.50%
R=7.89%
G=43.61%
B=48.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211161290.840.1000.49187.227229.41
Hex15748154A031bb481d
Octal251642011241206127311035
Binary1010111101001000000110101001010011000110111011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157481; }

 p { color: rgb(21,116,129); }

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

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

 a { background-color: rgb(21,116,129); }

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

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

 span { border-color: rgb(21,116,129); }

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