Html Css Color HEX #119DA5 Java

📋 copy color: '#119DA5'

red 17 ◦ green 157 ◦ blue 165

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

Shades of Java #119DA5

Tints of Java #119DA5

RGB

 RED value IS 17 (7.03% from 255) = 5.01%

 GREEN value IS 157 (61.72% from 255) = 46.31%

 BLUE value IS 165 (64.84% from 255) = 48.67%

R = 5.01%
G = 46.31%
B = 48.67%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#119DA5 (or 0x119DA5) is known color: Java. HEX triplet: 11, 9D and A5. RGB value is (17,157,165). Sum of RGB (Red+Green+Blue) = 17+157+165=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #119DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DA5 is #EE625A. Grayscale: #737373. Windows color (decimal): -15622747 or 10853649. OLE color: 10853649.

HSL color Cylindrical-coordinate representation of color #119DA5: hue angle of 183.24º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119DA5 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 157 165 -
CMYK 0.90 0.05 0 0.35
HSL 183.24º 0.81% 0.36% -
HSV(B) 183.24º 0.9% 0.65% -
XYZ 19.08 26.95 39.79 -
YUV 116.05 155.62 57.35 -
System Red Green Blue C M Y K H S L
Decimal 17 157 165 0.90 0.05 0 0.35 183.24 0.81 0.36
Hex 11 9D A5 5A 5 0 23 B7 51 24
Octal 21 235 245 132 5 0 43 267 121 44
Binary 10001 10011101 10100101 1011010 101 0 100011 10110111 1010001 100100

Color Harmonies of #119DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DA5

Black with #119DA5

Text Example


Text Example

White with #119DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119DA5; }

 p { color: rgb(17,157,165); }

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

background-color css

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

 a { background-color: rgb(17,157,165); }

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

border-color css

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

 span { border-color: rgb(17,157,165); }

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