Html Css Color HEX #199199 Java

📋 copy color: '#199199'

red 25 ◦ green 145 ◦ blue 153

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

Shades of Java #199199

Tints of Java #199199

RGB

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

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

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

R = 7.74%
G = 44.89%
B = 47.37%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#199199 (or 0x199199) is known color: Java. HEX triplet: 19, 91 and 99. RGB value is (25,145,153). Sum of RGB (Red+Green+Blue) = 25+145+153=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #199199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199199 is #E66E66. Grayscale: #6D6D6D. Windows color (decimal): -15101543 or 10064153. OLE color: 10064153.

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

Color convert

RGB 25 145 153 -
CMYK 0.84 0.05 0 0.4
HSL 183.75º 0.72% 0.35% -
HSV(B) 183.75º 0.84% 0.6% -
XYZ 16.28 22.76 33.67 -
YUV 110.03 152.24 67.35 -
System Red Green Blue C M Y K H S L
Decimal 25 145 153 0.84 0.05 0 0.4 183.75 0.72 0.35
Hex 19 91 99 54 5 0 28 B8 48 23
Octal 31 221 231 124 5 0 50 270 110 43
Binary 11001 10010001 10011001 1010100 101 0 101000 10111000 1001000 100011

Color Harmonies of #199199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199199

Black with #199199

Text Example


Text Example

White with #199199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199199; }

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

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

background-color css

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

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

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

border-color css

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

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

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