Html Css Color HEX #198FA0 Java

📋 copy color: '#198FA0'

red 25 ◦ green 143 ◦ blue 160

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

Shades of Java #198FA0

Tints of Java #198FA0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.6%

 BLUE value IS 160 (62.89% from 255) = 48.78%

R = 7.62%
G = 43.6%
B = 48.78%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#198FA0 (or 0x198FA0) is known color: Java. HEX triplet: 19, 8F and A0. RGB value is (25,143,160). Sum of RGB (Red+Green+Blue) = 25+143+160=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 160 (62.89% from 255 or 48.78% from 328); Max value from RGB is 160 - color contains mainly: blue. Hex color #198FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198FA0 is #E6705F. Grayscale: #6D6D6D. Windows color (decimal): -15102048 or 10522393. OLE color: 10522393.

HSL color Cylindrical-coordinate representation of color #198FA0: hue angle of 187.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198FA0 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 143 160 -
CMYK 0.84 0.11 0 0.37
HSL 187.56º 0.73% 0.36% -
HSV(B) 187.56º 0.84% 0.63% -
XYZ 16.57 22.39 36.71 -
YUV 109.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 25 143 160 0.84 0.11 0 0.37 187.56 0.73 0.36
Hex 19 8F A0 54 B 0 25 BC 49 24
Octal 31 217 240 124 13 0 45 274 111 44
Binary 11001 10001111 10100000 1010100 1011 0 100101 10111100 1001001 100100

Color Harmonies of #198FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198FA0

Black with #198FA0

Text Example


Text Example

White with #198FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198FA0; }

 p { color: rgb(25,143,160); }

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

background-color css

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

 a { background-color: rgb(25,143,160); }

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

border-color css

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

 span { border-color: rgb(25,143,160); }

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