#19858C

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

Shades of Java #19858C

Tints of Java #19858C

Color information

#19858C (or 0x19858C) is unknown color: approx Java. HEX triplet: 19, 85 and 8C. RGB value is (25,133,140). Sum of RGB (Red+Green+Blue) = 25+133+140=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #19858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19858C is #E67A73. Grayscale: #656565. Windows color (decimal): -15104628 or 9209113. OLE color: 9209113.

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

Color convert

RGB25133140-
CMYK0.820.0500.45
HSL183.65º69.7%32.35%-
HSV(B)183.65º82.14%54.9%-
XYZ13.5218.8827.74-
YUV101.51149.7273.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.39%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=8.39%
G=44.63%
B=46.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251331400.820.0500.45183.6569.732.35
Hex19858C52502Db84620
Octal31205214122505527010640
Binary11001100001011000110010100101010101101101110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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