#159398

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

Shades of Java #159398

Tints of Java #159398

Color information

#159398 (or 0x159398) is unknown color: approx Java. HEX triplet: 15, 93 and 98. RGB value is (21,147,152). Sum of RGB (Red+Green+Blue) = 21+147+152=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #159398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159398 is #EA6C67. Grayscale: #6D6D6D. Windows color (decimal): -15363176 or 9999125. OLE color: 9999125.

HSL color Cylindrical-coordinate representation of color #159398: hue angle of 182.29º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159398 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB21147152-
CMYK0.860.0300.40
HSL182.29º75.72%33.92%-
HSV(B)182.29º86.18%59.61%-
XYZ16.4123.2933.34-
YUV109.9151.7664.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.56%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=6.56%
G=45.94%
B=47.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211471520.860.0300.40182.2975.7233.92
Hex159398563028b64c22
Octal25223230126305026611442
Binary1010110010011100110001010110110101000101101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159398; }

 p { color: rgb(21,147,152); }

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

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

 a { background-color: rgb(21,147,152); }

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

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

 span { border-color: rgb(21,147,152); }

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