#198893

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

Shades of Java #198893

Tints of Java #198893

Color information

#198893 (or 0x198893) is unknown color: approx Java. HEX triplet: 19, 88 and 93. RGB value is (25,136,147). Sum of RGB (Red+Green+Blue) = 25+136+147=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #198893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198893 is #E6776C. Grayscale: #676767. Windows color (decimal): -15103853 or 9668633. OLE color: 9668633.

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

Color convert

RGB25136147-
CMYK0.830.0700.42
HSL185.41º70.93%33.73%-
HSV(B)185.41º82.99%57.65%-
XYZ14.4719.9230.69-
YUV104.06152.2371.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.12%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=8.12%
G=44.16%
B=47.73%

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
Decimal251361470.830.0700.42185.4170.9333.73
Hex19889353702Ab94722
Octal31210223123705227110742
Binary11001100010001001001110100111110101010101110011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198893; }

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

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

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

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

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

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

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

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