Html Css Color HEX #198391 Java

📋 copy color: '#198391'

red 25 ◦ green 131 ◦ blue 145

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

Shades of Java #198391

Tints of Java #198391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 8.31%
G = 43.52%
B = 48.17%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#198391 (or 0x198391) is known color: Java. HEX triplet: 19, 83 and 91. RGB value is (25,131,145). Sum of RGB (Red+Green+Blue) = 25+131+145=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #198391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198391 is #E67C6E. Grayscale: #646464. Windows color (decimal): -15105135 or 9536281. OLE color: 9536281.

HSL color Cylindrical-coordinate representation of color #198391: hue angle of 187º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198391 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 131 145 -
CMYK 0.83 0.10 0 0.43
HSL 187º 0.71% 0.33% -
HSV(B) 187º 0.83% 0.57% -
XYZ 13.63 18.48 29.64 -
YUV 100.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 25 131 145 0.83 0.10 0 0.43 187 0.71 0.33
Hex 19 83 91 53 A 0 2B BB 47 21
Octal 31 203 221 123 12 0 53 273 107 41
Binary 11001 10000011 10010001 1010011 1010 0 101011 10111011 1000111 100001

Color Harmonies of #198391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198391

Black with #198391

Text Example


Text Example

White with #198391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198391; }

 p { color: rgb(25,131,145); }

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

background-color css

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

 a { background-color: rgb(25,131,145); }

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

border-color css

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

 span { border-color: rgb(25,131,145); }

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