#199299

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

Shades of Java #199299

Tints of Java #199299

Color information

#199299 (or 0x199299) is unknown color: approx Java. HEX triplet: 19, 92 and 99. RGB value is (25,146,153). Sum of RGB (Red+Green+Blue) = 25+146+153=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #199299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199299 is #E66D66. Grayscale: #6E6E6E. Windows color (decimal): -15101287 or 10064409. OLE color: 10064409.

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

Color convert

RGB25146153-
CMYK0.840.0500.4
HSL183.28º71.91%34.9%-
HSV(B)183.28º83.66%60%-
XYZ16.4323.0633.72-
YUV110.62151.9166.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.72%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=7.72%
G=45.06%
B=47.22%

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
Decimal251461530.840.0500.4183.2871.9134.9
Hex199299545028b74823
Octal31222231124505026711043
Binary11001100100101001100110101001010101000101101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199299; }

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

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

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

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

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

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

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

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