Html Css Color HEX #198490 Java

📋 copy color: '#198490'

red 25 ◦ green 132 ◦ blue 144

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

Shades of Java #198490

Tints of Java #198490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 8.31%
G = 43.85%
B = 47.84%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#198490 (or 0x198490) is known color: Java. HEX triplet: 19, 84 and 90. RGB value is (25,132,144). Sum of RGB (Red+Green+Blue) = 25+132+144=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #198490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198490 is #E67B6F. Grayscale: #656565. Windows color (decimal): -15104880 or 9471001. OLE color: 9471001.

HSL color Cylindrical-coordinate representation of color #198490: hue angle of 186.05º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198490 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 132 144 -
CMYK 0.83 0.08 0 0.44
HSL 186.05º 0.7% 0.33% -
HSV(B) 186.05º 0.83% 0.56% -
XYZ 13.69 18.72 29.28 -
YUV 101.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 25 132 144 0.83 0.08 0 0.44 186.05 0.7 0.33
Hex 19 84 90 53 8 0 2C BA 46 21
Octal 31 204 220 123 10 0 54 272 106 41
Binary 11001 10000100 10010000 1010011 1000 0 101100 10111010 1000110 100001

Color Harmonies of #198490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198490

Black with #198490

Text Example


Text Example

White with #198490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198490; }

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

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

background-color css

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

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

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

border-color css

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

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

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