Html Css Color HEX #199198 Java

📋 copy color: '#199198'

red 25 ◦ green 145 ◦ blue 152

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

Shades of Java #199198

Tints of Java #199198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 152 (59.77% from 255) = 47.2%

R = 7.76%
G = 45.03%
B = 47.2%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#199198 (or 0x199198) is known color: Java. HEX triplet: 19, 91 and 98. RGB value is (25,145,152). Sum of RGB (Red+Green+Blue) = 25+145+152=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #199198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199198 is #E66E67. Grayscale: #6D6D6D. Windows color (decimal): -15101544 or 9998617. OLE color: 9998617.

HSL color Cylindrical-coordinate representation of color #199198: hue angle of 183.31º 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 #199198 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 145 152 -
CMYK 0.84 0.05 0 0.40
HSL 183.31º 0.72% 0.35% -
HSV(B) 183.31º 0.84% 0.6% -
XYZ 16.19 22.72 33.24 -
YUV 109.92 151.74 67.43 -
System Red Green Blue C M Y K H S L
Decimal 25 145 152 0.84 0.05 0 0.40 183.31 0.72 0.35
Hex 19 91 98 54 5 0 28 B7 48 23
Octal 31 221 230 124 5 0 50 267 110 43
Binary 11001 10010001 10011000 1010100 101 0 101000 10110111 1001000 100011

Color Harmonies of #199198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199198

Black with #199198

Text Example


Text Example

White with #199198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199198; }

 p { color: rgb(25,145,152); }

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

background-color css

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

 a { background-color: rgb(25,145,152); }

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

border-color css

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

 span { border-color: rgb(25,145,152); }

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