#1D8794

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

Shades of Java #1D8794

Tints of Java #1D8794

Color information

#1D8794 (or 0x1D8794) is unknown color: approx Java. HEX triplet: 1D, 87 and 94. RGB value is (29,135,148). Sum of RGB (Red+Green+Blue) = 29+135+148=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D8794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8794 is #E2786B. Grayscale: #686868. Windows color (decimal): -14841964 or 9733917. OLE color: 9733917.

HSL color Cylindrical-coordinate representation of color #1D8794: hue angle of 186.55º 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 #1D8794 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB29135148-
CMYK0.800.0900.42
HSL186.55º67.23%34.71%-
HSV(B)186.55º80.41%58.04%-
XYZ14.5219.7331.06-
YUV104.79152.3873.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.29%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=9.29%
G=43.27%
B=47.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291351480.800.0900.42186.5567.2334.71
Hex1D879450902Abb4323
Octal352072241201105227310343
Binary111011000011110010100101000010010101010101110111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,135,148); }

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

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

 a { background-color: rgb(29,135,148); }

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

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

 span { border-color: rgb(29,135,148); }

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