#1B8594

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

Shades of Java #1B8594

Tints of Java #1B8594

Color information

#1B8594 (or 0x1B8594) is unknown color: approx Java. HEX triplet: 1B, 85 and 94. RGB value is (27,133,148). Sum of RGB (Red+Green+Blue) = 27+133+148=308 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.77% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B8594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8594 is #E47A6B. Grayscale: #666666. Windows color (decimal): -14973548 or 9733403. OLE color: 9733403.

HSL color Cylindrical-coordinate representation of color #1B8594: hue angle of 187.44º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8594 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB27133148-
CMYK0.820.1000.42
HSL187.44º69.14%34.31%-
HSV(B)187.44º81.76%58.04%-
XYZ14.1819.1530.96-
YUV103.02153.3873.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.77%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=8.77%
G=43.18%
B=48.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal271331480.820.1000.42187.4469.1434.31
Hex1B859452A02Abb4522
Octal332052241221205227310542
Binary110111000010110010100101001010100101010101110111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,133,148); }

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

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

 a { background-color: rgb(27,133,148); }

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

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

 span { border-color: rgb(27,133,148); }

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