#1C838E

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

Shades of Java #1C838E

Tints of Java #1C838E

Color information

#1C838E (or 0x1C838E) is unknown color: approx Java. HEX triplet: 1C, 83 and 8E. RGB value is (28,131,142). Sum of RGB (Red+Green+Blue) = 28+131+142=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C838E is #E37C71. Grayscale: #656565. Windows color (decimal): -14908530 or 9339676. OLE color: 9339676.

HSL color Cylindrical-coordinate representation of color #1C838E: hue angle of 185.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C838E is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB28131142-
CMYK0.800.0800.44
HSL185.79º67.06%33.33%-
HSV(B)185.79º80.28%55.69%-
XYZ13.4818.4328.44-
YUV101.46150.8875.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=9.30%
G=43.52%
B=47.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal281311420.800.0800.44185.7967.0633.33
Hex1C838E50802Cba4321
Octal342032161201005427210341
Binary111001000001110001110101000010000101100101110101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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