Html Css Color HEX #198495 Java

📋 copy color: '#198495'

red 25 ◦ green 132 ◦ blue 149

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

Shades of Java #198495

Tints of Java #198495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 8.17%
G = 43.14%
B = 48.69%

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

#198495 (or 0x198495) is known color: Java. HEX triplet: 19, 84 and 95. RGB value is (25,132,149). Sum of RGB (Red+Green+Blue) = 25+132+149=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #198495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198495 is #E67B6A. Grayscale: #656565. Windows color (decimal): -15104875 or 9798681. OLE color: 9798681.

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

Color convert

RGB 25 132 149 -
CMYK 0.83 0.11 0 0.42
HSL 188.23º 0.71% 0.34% -
HSV(B) 188.23º 0.83% 0.58% -
XYZ 14.08 18.88 31.34 -
YUV 101.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 25 132 149 0.83 0.11 0 0.42 188.23 0.71 0.34
Hex 19 84 95 53 B 0 2A BC 47 22
Octal 31 204 225 123 13 0 52 274 107 42
Binary 11001 10000100 10010101 1010011 1011 0 101010 10111100 1000111 100010

Color Harmonies of #198495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198495

Black with #198495

Text Example


Text Example

White with #198495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198495; }

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

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

background-color css

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

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

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

border-color css

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

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

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