Html Css Color HEX #198699 Java

📋 copy color: '#198699'

red 25 ◦ green 134 ◦ blue 153

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

Shades of Java #198699

Tints of Java #198699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 8.01%
G = 42.95%
B = 49.04%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#198699 (or 0x198699) is known color: Java. HEX triplet: 19, 86 and 99. RGB value is (25,134,153). Sum of RGB (Red+Green+Blue) = 25+134+153=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #198699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198699 is #E67966. Grayscale: #676767. Windows color (decimal): -15104359 or 10061337. OLE color: 10061337.

HSL color Cylindrical-coordinate representation of color #198699: hue angle of 188.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198699 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 134 153 -
CMYK 0.84 0.12 0 0.4
HSL 188.91º 0.72% 0.35% -
HSV(B) 188.91º 0.84% 0.6% -
XYZ 14.68 19.56 33.14 -
YUV 103.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 25 134 153 0.84 0.12 0 0.4 188.91 0.72 0.35
Hex 19 86 99 54 C 0 28 BD 48 23
Octal 31 206 231 124 14 0 50 275 110 43
Binary 11001 10000110 10011001 1010100 1100 0 101000 10111101 1001000 100011

Color Harmonies of #198699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198699

Black with #198699

Text Example


Text Example

White with #198699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198699; }

 p { color: rgb(25,134,153); }

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

background-color css

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

 a { background-color: rgb(25,134,153); }

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

border-color css

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

 span { border-color: rgb(25,134,153); }

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