#159299

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

Shades of Java #159299

Tints of Java #159299

Color information

#159299 (or 0x159299) is unknown color: approx Java. HEX triplet: 15, 92 and 99. RGB value is (21,146,153). Sum of RGB (Red+Green+Blue) = 21+146+153=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #159299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159299 is #EA6D66. Grayscale: #6D6D6D. Windows color (decimal): -15363431 or 10064405. OLE color: 10064405.

HSL color Cylindrical-coordinate representation of color #159299: hue angle of 183.18º 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 #159299 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB21146153-
CMYK0.860.0500.4
HSL183.18º75.86%34.12%-
HSV(B)183.18º86.27%60%-
XYZ16.3423.0233.72-
YUV109.42152.5964.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.56%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=6.56%
G=45.62%
B=47.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211461530.860.0500.4183.1875.8634.12
Hex159299565028b74c22
Octal25222231126505026711442
Binary10101100100101001100110101101010101000101101111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159299; }

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

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

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

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

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

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

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

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