#1b959b

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

Shades of Java #1B959B

Tints of Java #1B959B

Color information

#1B959B (or 0x1B959B) is unknown color: approx Java. HEX triplet: 1B, 95 and 9B. RGB value is (27,149,155). Sum of RGB (Red+Green+Blue) = 27+149+155=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B959B is #E46A64. Grayscale: #717171. Windows color (decimal): -14969445 or 10196251. OLE color: 10196251.

HSL color Cylindrical-coordinate representation of color #1B959B: hue angle of 182.81º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B959B is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB27149155-
CMYK0.830.0400.39
HSL182.81º70.33%35.69%-
HSV(B)182.81º82.58%60.78%-
XYZ17.1224.0934.76-
YUV113.21151.5866.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.16%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=8.16%
G=45.02%
B=46.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal271491550.830.0400.39182.8170.3335.69
Hex1B959B534027b74624
Octal33225233123404726710644
Binary11011100101011001101110100111000100111101101111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b959b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1b959b; }

 p { color: rgb(27,149,155); }

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

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

 a { background-color: rgb(27,149,155); }

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

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

 span { border-color: rgb(27,149,155); }

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