Html Css Color HEX #198292 Java

📋 copy color: '#198292'

red 25 ◦ green 130 ◦ blue 146

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

Shades of Java #198292

Tints of Java #198292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 8.31%
G = 43.19%
B = 48.5%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#198292 (or 0x198292) is known color: Java. HEX triplet: 19, 82 and 92. RGB value is (25,130,146). Sum of RGB (Red+Green+Blue) = 25+130+146=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #198292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198292 is #E67D6D. Grayscale: #646464. Windows color (decimal): -15105390 or 9601561. OLE color: 9601561.

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

Color convert

RGB 25 130 146 -
CMYK 0.83 0.11 0 0.43
HSL 187.93º 0.71% 0.34% -
HSV(B) 187.93º 0.83% 0.57% -
XYZ 13.57 18.25 30 -
YUV 100.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 25 130 146 0.83 0.11 0 0.43 187.93 0.71 0.34
Hex 19 82 92 53 B 0 2B BC 47 22
Octal 31 202 222 123 13 0 53 274 107 42
Binary 11001 10000010 10010010 1010011 1011 0 101011 10111100 1000111 100010

Color Harmonies of #198292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198292

Black with #198292

Text Example


Text Example

White with #198292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198292; }

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

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

background-color css

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

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

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

border-color css

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

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

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