Html Css Color HEX #119FA4 Java

📋 copy color: '#119FA4'

red 17 ◦ green 159 ◦ blue 164

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

Shades of Java #119FA4

Tints of Java #119FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.76%

 BLUE value IS 164 (64.45% from 255) = 48.24%

R = 5%
G = 46.76%
B = 48.24%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#119FA4 (or 0x119FA4) is known color: Java. HEX triplet: 11, 9F and A4. RGB value is (17,159,164). Sum of RGB (Red+Green+Blue) = 17+159+164=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #119FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FA4 is #EE605B. Grayscale: #747474. Windows color (decimal): -15622236 or 10788625. OLE color: 10788625.

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

Color convert

RGB 17 159 164 -
CMYK 0.90 0.03 0 0.36
HSL 182.04º 0.81% 0.35% -
HSV(B) 182.04º 0.9% 0.64% -
XYZ 19.33 27.6 39.43 -
YUV 117.11 154.46 56.59 -
System Red Green Blue C M Y K H S L
Decimal 17 159 164 0.90 0.03 0 0.36 182.04 0.81 0.35
Hex 11 9F A4 5A 3 0 24 B6 51 23
Octal 21 237 244 132 3 0 44 266 121 43
Binary 10001 10011111 10100100 1011010 11 0 100100 10110110 1010001 100011

Color Harmonies of #119FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FA4

Black with #119FA4

Text Example


Text Example

White with #119FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,159,164); }

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

background-color css

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

 a { background-color: rgb(17,159,164); }

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

border-color css

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

 span { border-color: rgb(17,159,164); }

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