#199199

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

Shades of Java #199199

Tints of Java #199199

Color information

#199199 (or 0x199199) is unknown color: approx Java. HEX triplet: 19, 91 and 99. RGB value is (25,145,153). Sum of RGB (Red+Green+Blue) = 25+145+153=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #199199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199199 is #E66E66. Grayscale: #6D6D6D. Windows color (decimal): -15101543 or 10064153. OLE color: 10064153.

HSL color Cylindrical-coordinate representation of color #199199: hue angle of 183.75º 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 #199199 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB25145153-
CMYK0.840.0500.4
HSL183.75º71.91%34.9%-
HSV(B)183.75º83.66%60%-
XYZ16.2822.7633.67-
YUV110.03152.2467.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=7.74%
G=44.89%
B=47.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251451530.840.0500.4183.7571.9134.9
Hex199199545028b84823
Octal31221231124505027011043
Binary11001100100011001100110101001010101000101110001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199199; }

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

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

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

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

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

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

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

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