Html Css Color HEX #199086 Java

📋 copy color: '#199086'

red 25 ◦ green 144 ◦ blue 134

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

Shades of Java #199086

Tints of Java #199086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 8.25%
G = 47.52%
B = 44.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#199086 (or 0x199086) is known color: Java. HEX triplet: 19, 90 and 86. RGB value is (25,144,134). Sum of RGB (Red+Green+Blue) = 25+144+134=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #199086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199086 is #E66F79. Grayscale: #6B6B6B. Windows color (decimal): -15101818 or 8818713. OLE color: 8818713.

HSL color Cylindrical-coordinate representation of color #199086: hue angle of 174.96º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199086 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 144 134 -
CMYK 0.83 0 0.07 0.44
HSL 174.96º 0.7% 0.33% -
HSV(B) 174.96º 0.83% 0.56% -
XYZ 14.68 21.87 26 -
YUV 107.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 25 144 134 0.83 0 0.07 0.44 174.96 0.7 0.33
Hex 19 90 86 53 0 7 2C AF 46 21
Octal 31 220 206 123 0 7 54 257 106 41
Binary 11001 10010000 10000110 1010011 0 111 101100 10101111 1000110 100001

Color Harmonies of #199086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199086

Black with #199086

Text Example


Text Example

White with #199086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199086; }

 p { color: rgb(25,144,134); }

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

background-color css

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

 a { background-color: rgb(25,144,134); }

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

border-color css

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

 span { border-color: rgb(25,144,134); }

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