#1590A0

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

Shades of Java #1590A0

Tints of Java #1590A0

Color information

#1590A0 (or 0x1590A0) is unknown color: approx Java. HEX triplet: 15, 90 and A0. RGB value is (21,144,160). Sum of RGB (Red+Green+Blue) = 21+144+160=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #1590A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1590A0 is #EA6F5F. Grayscale: #6C6C6C. Windows color (decimal): -15363936 or 10522645. OLE color: 10522645.

HSL color Cylindrical-coordinate representation of color #1590A0: hue angle of 186.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1590A0 is Cyan = 0.87, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB21144160-
CMYK0.870.100.37
HSL186.91º76.8%35.49%-
HSV(B)186.91º86.87%62.75%-
XYZ16.6322.6436.75-
YUV109.05156.7565.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.46%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 160 (62.89% from 255) = 49.23%
R=6.46%
G=44.31%
B=49.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211441600.870.100.37186.9176.835.49
Hex1590A057A025bb4d23
Octal252202401271204527311543
Binary101011001000010100000101011110100100101101110111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1590A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1590A0; }

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

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

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

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

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

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

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

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