Html Css Color HEX #198493 Java

📋 copy color: '#198493'

red 25 ◦ green 132 ◦ blue 147

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

Shades of Java #198493

Tints of Java #198493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 8.22%
G = 43.42%
B = 48.36%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#198493 (or 0x198493) is known color: Java. HEX triplet: 19, 84 and 93. RGB value is (25,132,147). Sum of RGB (Red+Green+Blue) = 25+132+147=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #198493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198493 is #E67B6C. Grayscale: #656565. Windows color (decimal): -15104877 or 9667609. OLE color: 9667609.

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

Color convert

RGB 25 132 147 -
CMYK 0.83 0.10 0 0.42
HSL 187.38º 0.71% 0.34% -
HSV(B) 187.38º 0.83% 0.58% -
XYZ 13.92 18.82 30.5 -
YUV 101.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 25 132 147 0.83 0.10 0 0.42 187.38 0.71 0.34
Hex 19 84 93 53 A 0 2A BB 47 22
Octal 31 204 223 123 12 0 52 273 107 42
Binary 11001 10000100 10010011 1010011 1010 0 101010 10111011 1000111 100010

Color Harmonies of #198493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198493

Black with #198493

Text Example


Text Example

White with #198493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198493; }

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

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

background-color css

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

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

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

border-color css

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

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

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