#1B8799

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

Shades of Java #1B8799

Tints of Java #1B8799

Color information

#1B8799 (or 0x1B8799) is unknown color: approx Java. HEX triplet: 1B, 87 and 99. RGB value is (27,135,153). Sum of RGB (Red+Green+Blue) = 27+135+153=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B8799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8799 is #E47866. Grayscale: #686868. Windows color (decimal): -14973031 or 10061595. OLE color: 10061595.

HSL color Cylindrical-coordinate representation of color #1B8799: hue angle of 188.57º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8799 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB27135153-
CMYK0.820.1200.4
HSL188.57º70%35.29%-
HSV(B)188.57º82.35%60%-
XYZ14.8719.8633.19-
YUV104.76155.2272.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.57%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=8.57%
G=42.86%
B=48.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271351530.820.1200.4188.577035.29
Hex1B879952C028bd4623
Octal332072311221405027510643
Binary110111000011110011001101001011000101000101111011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,135,153); }

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

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

 a { background-color: rgb(27,135,153); }

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

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

 span { border-color: rgb(27,135,153); }

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