#1C8392

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

Shades of Java #1C8392

Tints of Java #1C8392

Color information

#1C8392 (or 0x1C8392) is unknown color: approx Java. HEX triplet: 1C, 83 and 92. RGB value is (28,131,146). Sum of RGB (Red+Green+Blue) = 28+131+146=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C8392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8392 is #E37C6D. Grayscale: #656565. Windows color (decimal): -14908526 or 9601820. OLE color: 9601820.

HSL color Cylindrical-coordinate representation of color #1C8392: hue angle of 187.63º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C8392 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB28131146-
CMYK0.810.1000.43
HSL187.63º67.82%34.12%-
HSV(B)187.63º80.82%57.25%-
XYZ13.7818.5530.05-
YUV101.91152.8875.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.18%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=9.18%
G=42.95%
B=47.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal281311460.810.1000.43187.6367.8234.12
Hex1C839251A02Bbc4422
Octal342032221211205327410442
Binary111001000001110010010101000110100101011101111001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,131,146); }

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

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

 a { background-color: rgb(28,131,146); }

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

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

 span { border-color: rgb(28,131,146); }

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