#1D8595

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

Shades of Java #1D8595

Tints of Java #1D8595

Color information

#1D8595 (or 0x1D8595) is unknown color: approx Java. HEX triplet: 1D, 85 and 95. RGB value is (29,133,149). Sum of RGB (Red+Green+Blue) = 29+133+149=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D8595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8595 is #E27A6A. Grayscale: #676767. Windows color (decimal): -14842475 or 9798941. OLE color: 9798941.

HSL color Cylindrical-coordinate representation of color #1D8595: hue angle of 188º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D8595 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB29133149-
CMYK0.810.1100.42
HSL188º67.42%34.9%-
HSV(B)188º80.54%58.43%-
XYZ14.3219.2131.39-
YUV103.73153.5474.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.32%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=9.32%
G=42.77%
B=47.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291331490.810.1100.4218867.4234.9
Hex1D859551B02Abc4323
Octal352052251211305227410343
Binary111011000010110010101101000110110101010101111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,133,149); }

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

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

 a { background-color: rgb(29,133,149); }

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

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

 span { border-color: rgb(29,133,149); }

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