#1B868E

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

Shades of Java #1B868E

Tints of Java #1B868E

Color information

#1B868E (or 0x1B868E) is unknown color: approx Java. HEX triplet: 1B, 86 and 8E. RGB value is (27,134,142). Sum of RGB (Red+Green+Blue) = 27+134+142=303 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.91% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B868E is #E47971. Grayscale: #666666. Windows color (decimal): -14973298 or 9340443. OLE color: 9340443.

HSL color Cylindrical-coordinate representation of color #1B868E: hue angle of 184.17º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B868E is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB27134142-
CMYK0.810.0600.44
HSL184.17º68.05%33.14%-
HSV(B)184.17º80.99%55.69%-
XYZ13.8619.2428.57-
YUV102.92150.0573.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.91%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=8.91%
G=44.22%
B=46.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271341420.810.0600.44184.1768.0533.14
Hex1B868E51602Cb84421
Octal33206216121605427010441
Binary11011100001101000111010100011100101100101110001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,134,142); }

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

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

 a { background-color: rgb(27,134,142); }

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

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

 span { border-color: rgb(27,134,142); }

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