#19868A

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

Shades of Java #19868A

Tints of Java #19868A

Color information

#19868A (or 0x19868A) is unknown color: approx Java. HEX triplet: 19, 86 and 8A. RGB value is (25,134,138). Sum of RGB (Red+Green+Blue) = 25+134+138=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #19868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19868A is #E67975. Grayscale: #656565. Windows color (decimal): -15104374 or 9078297. OLE color: 9078297.

HSL color Cylindrical-coordinate representation of color #19868A: hue angle of 182.12º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19868A is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25134138-
CMYK0.820.0300.46
HSL182.12º69.33%31.96%-
HSV(B)182.12º81.88%54.12%-
XYZ13.5119.0927.02-
YUV101.86148.3973.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.42%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=8.42%
G=45.12%
B=46.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251341380.820.0300.46182.1269.3331.96
Hex19868A52302Eb64520
Octal31206212122305626610540
Binary1100110000110100010101010010110101110101101101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19868A; }

 p { color: rgb(25,134,138); }

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

<style>
 a { background-color: #19868A; }

 a { background-color: rgb(25,134,138); }

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

<style>
 span { border-color: #19868A; }

 span { border-color: rgb(25,134,138); }

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