#19838B

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

Shades of Java #19838B

Tints of Java #19838B

Color information

#19838B (or 0x19838B) is unknown color: approx Java. HEX triplet: 19, 83 and 8B. RGB value is (25,131,139). Sum of RGB (Red+Green+Blue) = 25+131+139=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #19838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19838B is #E67C74. Grayscale: #646464. Windows color (decimal): -15105141 or 9143065. OLE color: 9143065.

HSL color Cylindrical-coordinate representation of color #19838B: hue angle of 184.21º 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 #19838B is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25131139-
CMYK0.820.0600.45
HSL184.21º69.51%32.16%-
HSV(B)184.21º82.01%54.51%-
XYZ13.1818.327.26-
YUV100.22149.8874.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.47%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=8.47%
G=44.41%
B=47.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251311390.820.0600.45184.2169.5132.16
Hex19838B52602Db84620
Octal31203213122605527010640
Binary11001100000111000101110100101100101101101110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19838B; }

 p { color: rgb(25,131,139); }

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

<style>
 a { background-color: #19838B; }

 a { background-color: rgb(25,131,139); }

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

<style>
 span { border-color: #19838B; }

 span { border-color: rgb(25,131,139); }

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