Html Css Color HEX #198394 Java

📋 copy color: '#198394'

red 25 ◦ green 131 ◦ blue 148

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

Shades of Java #198394

Tints of Java #198394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 8.22%
G = 43.09%
B = 48.68%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198394 (or 0x198394) is known color: Java. HEX triplet: 19, 83 and 94. RGB value is (25,131,148). Sum of RGB (Red+Green+Blue) = 25+131+148=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #198394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198394 is #E67C6B. Grayscale: #656565. Windows color (decimal): -15105132 or 9732889. OLE color: 9732889.

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

Color convert

RGB 25 131 148 -
CMYK 0.83 0.11 0 0.42
HSL 188.29º 0.71% 0.34% -
HSV(B) 188.29º 0.83% 0.58% -
XYZ 13.86 18.58 30.87 -
YUV 101.24 154.38 73.62 -
System Red Green Blue C M Y K H S L
Decimal 25 131 148 0.83 0.11 0 0.42 188.29 0.71 0.34
Hex 19 83 94 53 B 0 2A BC 47 22
Octal 31 203 224 123 13 0 52 274 107 42
Binary 11001 10000011 10010100 1010011 1011 0 101010 10111100 1000111 100010

Color Harmonies of #198394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198394

Black with #198394

Text Example


Text Example

White with #198394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198394; }

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

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

background-color css

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

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

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

border-color css

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

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

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