#198993

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

Shades of Java #198993

Tints of Java #198993

Color information

#198993 (or 0x198993) is unknown color: approx Java. HEX triplet: 19, 89 and 93. RGB value is (25,137,147). Sum of RGB (Red+Green+Blue) = 25+137+147=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #198993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198993 is #E6766C. Grayscale: #686868. Windows color (decimal): -15103597 or 9668889. OLE color: 9668889.

HSL color Cylindrical-coordinate representation of color #198993: hue angle of 184.92º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198993 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB25137147-
CMYK0.830.0700.42
HSL184.92º70.93%33.73%-
HSV(B)184.92º82.99%57.65%-
XYZ14.6120.230.73-
YUV104.65151.8971.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.09%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=8.09%
G=44.34%
B=47.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal251371470.830.0700.42184.9270.9333.73
Hex19899353702Ab94722
Octal31211223123705227110742
Binary11001100010011001001110100111110101010101110011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198993; }

 p { color: rgb(25,137,147); }

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

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

 a { background-color: rgb(25,137,147); }

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

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

 span { border-color: rgb(25,137,147); }

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