#1D8993

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

Shades of Java #1D8993

Tints of Java #1D8993

Color information

#1D8993 (or 0x1D8993) is unknown color: approx Java. HEX triplet: 1D, 89 and 93. RGB value is (29,137,147). Sum of RGB (Red+Green+Blue) = 29+137+147=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D8993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8993 is #E2766C. Grayscale: #696969. Windows color (decimal): -14841453 or 9668893. OLE color: 9668893.

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

Color convert

RGB29137147-
CMYK0.800.0700.42
HSL185.08º67.05%34.51%-
HSV(B)185.08º80.27%57.65%-
XYZ14.7220.2630.74-
YUV105.85151.2273.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.27%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=9.27%
G=43.77%
B=46.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291371470.800.0700.42185.0867.0534.51
Hex1D899350702Ab94323
Octal35211223120705227110343
Binary11101100010011001001110100001110101010101110011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,137,147); }

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

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

 a { background-color: rgb(29,137,147); }

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

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

 span { border-color: rgb(29,137,147); }

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