#1D858D

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

Shades of Java #1D858D

Tints of Java #1D858D

Color information

#1D858D (or 0x1D858D) is unknown color: approx Java. HEX triplet: 1D, 85 and 8D. RGB value is (29,133,141). Sum of RGB (Red+Green+Blue) = 29+133+141=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D858D is #E27A72. Grayscale: #666666. Windows color (decimal): -14842483 or 9274653. OLE color: 9274653.

HSL color Cylindrical-coordinate representation of color #1D858D: hue angle of 184.29º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D858D is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB29133141-
CMYK0.790.0600.45
HSL184.29º65.88%33.33%-
HSV(B)184.29º79.43%55.29%-
XYZ13.718.9628.14-
YUV102.82149.5475.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.57%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=9.57%
G=43.89%
B=46.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291331410.790.0600.45184.2965.8833.33
Hex1D858D4F602Db84221
Octal35205215117605527010241
Binary11101100001011000110110011111100101101101110001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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