#1B8996

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

Shades of Java #1B8996

Tints of Java #1B8996

Color information

#1B8996 (or 0x1B8996) is unknown color: approx Java. HEX triplet: 1B, 89 and 96. RGB value is (27,137,150). Sum of RGB (Red+Green+Blue) = 27+137+150=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B8996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8996 is #E47669. Grayscale: #696969. Windows color (decimal): -14972522 or 9865499. OLE color: 9865499.

HSL color Cylindrical-coordinate representation of color #1B8996: hue angle of 186.34º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8996 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB27137150-
CMYK0.820.0900.41
HSL186.34º69.49%34.71%-
HSV(B)186.34º82%58.82%-
XYZ14.920.3331.99-
YUV105.59153.0671.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.60%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=8.60%
G=43.63%
B=47.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal271371500.820.0900.41186.3469.4934.71
Hex1B8996529029ba4523
Octal332112261221105127210543
Binary110111000100110010110101001010010101001101110101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,137,150); }

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

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

 a { background-color: rgb(27,137,150); }

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

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

 span { border-color: rgb(27,137,150); }

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