Html Css Color HEX #198F9D Java

📋 copy color: '#198F9D'

red 25 ◦ green 143 ◦ blue 157

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

Shades of Java #198F9D

Tints of Java #198F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 7.69%
G = 44%
B = 48.31%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#198F9D (or 0x198F9D) is known color: Java. HEX triplet: 19, 8F and 9D. RGB value is (25,143,157). Sum of RGB (Red+Green+Blue) = 25+143+157=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #198F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F9D is #E67062. Grayscale: #6D6D6D. Windows color (decimal): -15102051 or 10325785. OLE color: 10325785.

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

Color convert

RGB 25 143 157 -
CMYK 0.84 0.09 0 0.38
HSL 186.36º 0.73% 0.36% -
HSV(B) 186.36º 0.84% 0.62% -
XYZ 16.31 22.29 35.34 -
YUV 109.31 154.91 67.86 -
System Red Green Blue C M Y K H S L
Decimal 25 143 157 0.84 0.09 0 0.38 186.36 0.73 0.36
Hex 19 8F 9D 54 9 0 26 BA 49 24
Octal 31 217 235 124 11 0 46 272 111 44
Binary 11001 10001111 10011101 1010100 1001 0 100110 10111010 1001001 100100

Color Harmonies of #198F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198F9D

Black with #198F9D

Text Example


Text Example

White with #198F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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