#158895

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

Shades of Java #158895

Tints of Java #158895

Color information

#158895 (or 0x158895) is unknown color: approx Java. HEX triplet: 15, 88 and 95. RGB value is (21,136,149). Sum of RGB (Red+Green+Blue) = 21+136+149=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #158895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158895 is #EA776A. Grayscale: #666666. Windows color (decimal): -15365995 or 9799701. OLE color: 9799701.

HSL color Cylindrical-coordinate representation of color #158895: hue angle of 186.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158895 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21136149-
CMYK0.860.0900.42
HSL186.09º75.29%33.33%-
HSV(B)186.09º85.91%58.43%-
XYZ14.5419.9431.52-
YUV103.1153.969.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.86%
GREEN value IS 136 (53.52% from 255) = 44.44%
BLUE value IS 149 (58.59% from 255) = 48.69%
R=6.86%
G=44.44%
B=48.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211361490.860.0900.42186.0975.2933.33
Hex15889556902Aba4b21
Octal252102251261105227211341
Binary101011000100010010101101011010010101010101110101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158895; }

 p { color: rgb(21,136,149); }

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

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

 a { background-color: rgb(21,136,149); }

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

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

 span { border-color: rgb(21,136,149); }

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