#19888D

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

Shades of Java #19888D

Tints of Java #19888D

Color information

#19888D (or 0x19888D) is unknown color: approx Java. HEX triplet: 19, 88 and 8D. RGB value is (25,136,141). Sum of RGB (Red+Green+Blue) = 25+136+141=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #19888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19888D is #E67772. Grayscale: #676767. Windows color (decimal): -15103859 or 9275417. OLE color: 9275417.

HSL color Cylindrical-coordinate representation of color #19888D: hue angle of 182.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19888D is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25136141-
CMYK0.820.0400.45
HSL182.59º69.88%32.55%-
HSV(B)182.59º82.27%55.29%-
XYZ14.0119.7428.27-
YUV103.38149.2372.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.28%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=8.28%
G=45.03%
B=46.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251361410.820.0400.45182.5969.8832.55
Hex19888D52402Db74621
Octal31210215122405526710641
Binary11001100010001000110110100101000101101101101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19888D; }

 p { color: rgb(25,136,141); }

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

<style>
 a { background-color: #19888D; }

 a { background-color: rgb(25,136,141); }

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

<style>
 span { border-color: #19888D; }

 span { border-color: rgb(25,136,141); }

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