#199297

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

Shades of Java #199297

Tints of Java #199297

Color information

#199297 (or 0x199297) is unknown color: approx Java. HEX triplet: 19, 92 and 97. RGB value is (25,146,151). Sum of RGB (Red+Green+Blue) = 25+146+151=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #199297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199297 is #E66D68. Grayscale: #6E6E6E. Windows color (decimal): -15101289 or 9933337. OLE color: 9933337.

HSL color Cylindrical-coordinate representation of color #199297: hue angle of 182.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199297 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB25146151-
CMYK0.830.0300.41
HSL182.38º71.59%34.51%-
HSV(B)182.38º83.44%59.22%-
XYZ16.272332.86-
YUV110.39150.9167.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.76%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=7.76%
G=45.34%
B=46.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal251461510.830.0300.41182.3871.5934.51
Hex199297533029b64823
Octal31222227123305126611043
Binary1100110010010100101111010011110101001101101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199297; }

 p { color: rgb(25,146,151); }

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

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

 a { background-color: rgb(25,146,151); }

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

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

 span { border-color: rgb(25,146,151); }

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