#198490

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

Shades of Java #198490

Tints of Java #198490

Color information

#198490 (or 0x198490) is unknown color: approx Java. HEX triplet: 19, 84 and 90. RGB value is (25,132,144). Sum of RGB (Red+Green+Blue) = 25+132+144=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #198490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198490 is #E67B6F. Grayscale: #656565. Windows color (decimal): -15104880 or 9471001. OLE color: 9471001.

HSL color Cylindrical-coordinate representation of color #198490: hue angle of 186.05º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198490 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25132144-
CMYK0.830.0800.44
HSL186.05º70.41%33.14%-
HSV(B)186.05º82.64%56.47%-
XYZ13.6918.7229.28-
YUV101.37152.0573.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.31%
GREEN value IS 132 (51.95% from 255) = 43.85%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=8.31%
G=43.85%
B=47.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251321440.830.0800.44186.0570.4133.14
Hex19849053802Cba4621
Octal312042201231005427210641
Binary110011000010010010000101001110000101100101110101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198490; }

 p { color: rgb(25,132,144); }

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

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

 a { background-color: rgb(25,132,144); }

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

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

 span { border-color: rgb(25,132,144); }

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