#199298

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

Shades of Java #199298

Tints of Java #199298

Color information

#199298 (or 0x199298) is unknown color: approx Java. HEX triplet: 19, 92 and 98. RGB value is (25,146,152). Sum of RGB (Red+Green+Blue) = 25+146+152=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #199298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199298 is #E66D67. Grayscale: #6E6E6E. Windows color (decimal): -15101288 or 9998873. OLE color: 9998873.

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

Color convert

RGB25146152-
CMYK0.840.0400.40
HSL182.83º71.75%34.71%-
HSV(B)182.83º83.55%59.61%-
XYZ16.3523.0333.29-
YUV110.5151.4167.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=7.74%
G=45.20%
B=47.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251461520.840.0400.40182.8371.7534.71
Hex199298544028b74823
Octal31222230124405026711043
Binary11001100100101001100010101001000101000101101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199298; }

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

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

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

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

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

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

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

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