#19858A

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

Shades of Java #19858A

Tints of Java #19858A

Color information

#19858A (or 0x19858A) is unknown color: approx Java. HEX triplet: 19, 85 and 8A. RGB value is (25,133,138). Sum of RGB (Red+Green+Blue) = 25+133+138=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #19858A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19858A is #E67A75. Grayscale: #656565. Windows color (decimal): -15104630 or 9078041. OLE color: 9078041.

HSL color Cylindrical-coordinate representation of color #19858A: hue angle of 182.65º 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 #19858A is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25133138-
CMYK0.820.0400.46
HSL182.65º69.33%31.96%-
HSV(B)182.65º81.88%54.12%-
XYZ13.3818.8226.97-
YUV101.28148.7273.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.45%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 138 (54.30% from 255) = 46.62%
R=8.45%
G=44.93%
B=46.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251331380.820.0400.46182.6569.3331.96
Hex19858A52402Eb74520
Octal31205212122405626710540
Binary11001100001011000101010100101000101110101101111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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