Html Css Color HEX #198294 Java

📋 copy color: '#198294'

red 25 ◦ green 130 ◦ blue 148

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

Shades of Java #198294

Tints of Java #198294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 8.25%
G = 42.9%
B = 48.84%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198294 (or 0x198294) is known color: Java. HEX triplet: 19, 82 and 94. RGB value is (25,130,148). Sum of RGB (Red+Green+Blue) = 25+130+148=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #198294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198294 is #E67D6B. Grayscale: #646464. Windows color (decimal): -15105388 or 9732633. OLE color: 9732633.

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

Color convert

RGB 25 130 148 -
CMYK 0.83 0.12 0 0.42
HSL 188.78º 0.71% 0.34% -
HSV(B) 188.78º 0.83% 0.58% -
XYZ 13.73 18.31 30.83 -
YUV 100.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 25 130 148 0.83 0.12 0 0.42 188.78 0.71 0.34
Hex 19 82 94 53 C 0 2A BD 47 22
Octal 31 202 224 123 14 0 52 275 107 42
Binary 11001 10000010 10010100 1010011 1100 0 101010 10111101 1000111 100010

Color Harmonies of #198294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198294

Black with #198294

Text Example


Text Example

White with #198294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198294; }

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

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

background-color css

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

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

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

border-color css

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

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

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