#1592A1

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

Shades of Java #1592A1

Tints of Java #1592A1

Color information

#1592A1 (or 0x1592A1) is unknown color: approx Java. HEX triplet: 15, 92 and A1. RGB value is (21,146,161). Sum of RGB (Red+Green+Blue) = 21+146+161=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 161 - color contains mainly: blue. Hex color #1592A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1592A1 is #EA6D5E. Grayscale: #6E6E6E. Windows color (decimal): -15363423 or 10588693. OLE color: 10588693.

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

Color convert

RGB21146161-
CMYK0.870.0900.37
HSL186.43º76.92%35.69%-
HSV(B)186.43º86.96%63.14%-
XYZ17.0223.2937.32-
YUV110.34156.5964.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.40%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 161 (63.28% from 255) = 49.09%
R=6.40%
G=44.51%
B=49.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211461610.870.0900.37186.4376.9235.69
Hex1592A1579025ba4d24
Octal252222411271104527211544
Binary101011001001010100001101011110010100101101110101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1592A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1592A1; }

 p { color: rgb(21,146,161); }

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

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

 a { background-color: rgb(21,146,161); }

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

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

 span { border-color: rgb(21,146,161); }

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