#157890

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

Shades of Allports #157890

Tints of Allports #157890

Color information

#157890 (or 0x157890) is unknown color: approx Allports. HEX triplet: 15, 78 and 90. RGB value is (21,120,144). Sum of RGB (Red+Green+Blue) = 21+120+144=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #157890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157890 is #EA876F. Grayscale: #5C5C5C. Windows color (decimal): -15370096 or 9467925. OLE color: 9467925.

HSL color Cylindrical-coordinate representation of color #157890: hue angle of 191.71º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157890 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21120144-
CMYK0.850.1700.44
HSL191.71º74.55%32.35%-
HSV(B)191.71º85.42%56.47%-
XYZ12.0615.6128.76-
YUV93.14156.776.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=7.37%
G=42.11%
B=50.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211201440.850.1700.44191.7174.5532.35
Hex157890551102Cc04b20
Octal251702201252105430011340
Binary101011111000100100001010101100010101100110000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157890; }

 p { color: rgb(21,120,144); }

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

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

 a { background-color: rgb(21,120,144); }

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

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

 span { border-color: rgb(21,120,144); }

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