#199086

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

Shades of Java #199086

Tints of Java #199086

Color information

#199086 (or 0x199086) is unknown color: approx Java. HEX triplet: 19, 90 and 86. RGB value is (25,144,134). Sum of RGB (Red+Green+Blue) = 25+144+134=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #199086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199086 is #E66F79. Grayscale: #6B6B6B. Windows color (decimal): -15101818 or 8818713. OLE color: 8818713.

HSL color Cylindrical-coordinate representation of color #199086: hue angle of 174.96º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199086 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB25144134-
CMYK0.8300.070.44
HSL174.96º70.41%33.14%-
HSV(B)174.96º82.64%56.47%-
XYZ14.6821.8726-
YUV107.28143.0869.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=8.25%
G=47.52%
B=44.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251441340.8300.070.44174.9670.4133.14
Hex19908653072Caf4621
Octal31220206123075425710641
Binary11001100100001000011010100110111101100101011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199086; }

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

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

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

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

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

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

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

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