Html Css Color HEX #199AA2 Java

📋 copy color: '#199AA2'

red 25 ◦ green 154 ◦ blue 162

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

Shades of Java #199AA2

Tints of Java #199AA2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.16%

 BLUE value IS 162 (63.67% from 255) = 47.51%

R = 7.33%
G = 45.16%
B = 47.51%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#199AA2 (or 0x199AA2) is known color: Java. HEX triplet: 19, 9A and A2. RGB value is (25,154,162). Sum of RGB (Red+Green+Blue) = 25+154+162=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #199AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199AA2 is #E6655D. Grayscale: #747474. Windows color (decimal): -15099230 or 10656281. OLE color: 10656281.

HSL color Cylindrical-coordinate representation of color #199AA2: hue angle of 183.5º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199AA2 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 154 162 -
CMYK 0.85 0.05 0 0.36
HSL 183.5º 0.73% 0.37% -
HSV(B) 183.5º 0.85% 0.64% -
XYZ 18.48 25.93 38.21 -
YUV 116.34 153.76 62.85 -
System Red Green Blue C M Y K H S L
Decimal 25 154 162 0.85 0.05 0 0.36 183.5 0.73 0.37
Hex 19 9A A2 55 5 0 24 B8 49 25
Octal 31 232 242 125 5 0 44 270 111 45
Binary 11001 10011010 10100010 1010101 101 0 100100 10111000 1001001 100101

Color Harmonies of #199AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AA2

Black with #199AA2

Text Example


Text Example

White with #199AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199AA2; }

 p { color: rgb(25,154,162); }

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

background-color css

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

 a { background-color: rgb(25,154,162); }

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

border-color css

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

 span { border-color: rgb(25,154,162); }

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