#199399

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

Shades of Java #199399

Tints of Java #199399

Color information

#199399 (or 0x199399) is unknown color: approx Java. HEX triplet: 19, 93 and 99. RGB value is (25,147,153). Sum of RGB (Red+Green+Blue) = 25+147+153=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #199399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199399 is #E66C66. Grayscale: #6F6F6F. Windows color (decimal): -15101031 or 10064665. OLE color: 10064665.

HSL color Cylindrical-coordinate representation of color #199399: hue angle of 182.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199399 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB25147153-
CMYK0.840.0400.4
HSL182.81º71.91%34.9%-
HSV(B)182.81º83.66%60%-
XYZ16.5823.3733.77-
YUV111.21151.5866.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.69%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=7.69%
G=45.23%
B=47.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251471530.840.0400.4182.8171.9134.9
Hex199399544028b74823
Octal31223231124405026711043
Binary11001100100111001100110101001000101000101101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199399; }

 p { color: rgb(25,147,153); }

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

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

 a { background-color: rgb(25,147,153); }

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

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

 span { border-color: rgb(25,147,153); }

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