#157196

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

Shades of Allports #157196

Tints of Allports #157196

Color information

#157196 (or 0x157196) is unknown color: approx Allports. HEX triplet: 15, 71 and 96. RGB value is (21,113,150). Sum of RGB (Red+Green+Blue) = 21+113+150=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #157196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157196 is #EA8E69. Grayscale: #595959. Windows color (decimal): -15371882 or 9859349. OLE color: 9859349.

HSL color Cylindrical-coordinate representation of color #157196: hue angle of 197.21º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157196 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21113150-
CMYK0.860.2500.41
HSL197.21º75.44%33.53%-
HSV(B)197.21º86%58.82%-
XYZ11.7214.1730.97-
YUV89.71162.0278.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=7.39%
G=39.79%
B=52.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211131500.860.2500.41197.2175.4433.53
Hex1571965619029c54b22
Octal251612261263105130511342
Binary101011110001100101101010110110010101001110001011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157196; }

 p { color: rgb(21,113,150); }

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

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

 a { background-color: rgb(21,113,150); }

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

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

 span { border-color: rgb(21,113,150); }

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