#199CA5

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

Shades of Java #199CA5

Tints of Java #199CA5

Color information

#199CA5 (or 0x199CA5) is unknown color: approx Java. HEX triplet: 19, 9C and A5. RGB value is (25,156,165). Sum of RGB (Red+Green+Blue) = 25+156+165=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 165 (64.84% from 255 or 47.69% from 346); Max value from RGB is 165 - color contains mainly: blue. Hex color #199CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199CA5 is #E6635A. Grayscale: #757575. Windows color (decimal): -15098715 or 10853401. OLE color: 10853401.

HSL color Cylindrical-coordinate representation of color #199CA5: hue angle of 183.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199CA5 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB25156165-
CMYK0.850.0500.35
HSL183.86º73.68%37.25%-
HSV(B)183.86º84.85%64.71%-
XYZ19.0826.739.75-
YUV117.86154.661.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.23%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 165 (64.84% from 255) = 47.69%
R=7.23%
G=45.09%
B=47.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal251561650.850.0500.35183.8673.6837.25
Hex199CA5555023b84a25
Octal31234245125504327011245
Binary11001100111001010010110101011010100011101110001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199CA5; }

 p { color: rgb(25,156,165); }

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

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

 a { background-color: rgb(25,156,165); }

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

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

 span { border-color: rgb(25,156,165); }

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