Html Css Color HEX #198497 Java

📋 copy color: '#198497'

red 25 ◦ green 132 ◦ blue 151

#198497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #198497

Tints of Java #198497

RGB

 RED value IS 25 (10.16% from 255) = 8.12%

 GREEN value IS 132 (51.95% from 255) = 42.86%

 BLUE value IS 151 (59.38% from 255) = 49.03%

R = 8.12%
G = 42.86%
B = 49.03%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#198497 (or 0x198497) is known color: Java. HEX triplet: 19, 84 and 97. RGB value is (25,132,151). Sum of RGB (Red+Green+Blue) = 25+132+151=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #198497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198497 is #E67B68. Grayscale: #656565. Windows color (decimal): -15104873 or 9929753. OLE color: 9929753.

HSL color Cylindrical-coordinate representation of color #198497: hue angle of 189.05º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198497 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 132 151 -
CMYK 0.83 0.13 0 0.41
HSL 189.05º 0.72% 0.35% -
HSV(B) 189.05º 0.83% 0.59% -
XYZ 14.24 18.94 32.18 -
YUV 102.17 155.55 72.96 -
System Red Green Blue C M Y K H S L
Decimal 25 132 151 0.83 0.13 0 0.41 189.05 0.72 0.35
Hex 19 84 97 53 D 0 29 BD 48 23
Octal 31 204 227 123 15 0 51 275 110 43
Binary 11001 10000100 10010111 1010011 1101 0 101001 10111101 1001000 100011

Color Harmonies of #198497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198497

Black with #198497

Text Example


Text Example

White with #198497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198497; }

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

 H1.HeaderClassName
 {
   color: #198497;
 }
 .AnyTagClassName
 {
   color: #198497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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