#198290

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

Shades of Java #198290

Tints of Java #198290

Color information

#198290 (or 0x198290) is unknown color: approx Java. HEX triplet: 19, 82 and 90. RGB value is (25,130,144). Sum of RGB (Red+Green+Blue) = 25+130+144=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #198290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198290 is #E67D6F. Grayscale: #646464. Windows color (decimal): -15105392 or 9470489. OLE color: 9470489.

HSL color Cylindrical-coordinate representation of color #198290: hue angle of 187.06º 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 #198290 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25130144-
CMYK0.830.1000.44
HSL187.06º70.41%33.14%-
HSV(B)187.06º82.64%56.47%-
XYZ13.4218.1929.19-
YUV100.2152.7174.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.36%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=8.36%
G=43.48%
B=48.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251301440.830.1000.44187.0670.4133.14
Hex19829053A02Cbb4621
Octal312022201231205427310641
Binary110011000001010010000101001110100101100101110111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198290; }

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

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

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

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

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

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

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

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