#1B969C

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

Shades of Java #1B969C

Tints of Java #1B969C

Color information

#1B969C (or 0x1B969C) is unknown color: approx Java. HEX triplet: 1B, 96 and 9C. RGB value is (27,150,156). Sum of RGB (Red+Green+Blue) = 27+150+156=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B969C is #E46963. Grayscale: #717171. Windows color (decimal): -14969188 or 10262043. OLE color: 10262043.

HSL color Cylindrical-coordinate representation of color #1B969C: hue angle of 182.79º 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 #1B969C is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB27150156-
CMYK0.830.0400.39
HSL182.79º70.49%35.88%-
HSV(B)182.79º82.69%61.18%-
XYZ17.3624.4535.26-
YUV113.91151.7566.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.11%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=8.11%
G=45.05%
B=46.85%

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
Decimal271501560.830.0400.39182.7970.4935.88
Hex1B969C534027b74624
Octal33226234123404726710644
Binary11011100101101001110010100111000100111101101111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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