#119097

Color #119097 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #119097

Tints of Java #119097

Color information

#119097 (or 0x119097) is unknown color: approx Java. HEX triplet: 11, 90 and 97. RGB value is (17,144,151). Sum of RGB (Red+Green+Blue) = 17+144+151=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #119097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119097 is #EE6F68. Grayscale: #6A6A6A. Windows color (decimal): -15626089 or 9932817. OLE color: 9932817.

HSL color Cylindrical-coordinate representation of color #119097: hue angle of 183.13º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119097 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB17144151-
CMYK0.890.0500.41
HSL183.13º79.76%32.94%-
HSV(B)183.13º88.74%59.22%-
XYZ15.7922.332.75-
YUV106.82152.9263.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.45%
GREEN value IS 144 (56.64% from 255) = 46.15%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=5.45%
G=46.15%
B=48.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171441510.890.0500.41183.1379.7632.94
Hex119097595029b75021
Octal21220227131505126712041
Binary10001100100001001011110110011010101001101101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119097; }

 p { color: rgb(17,144,151); }

 H1.HeaderClassName
 {
   color: #119097;
 }
 .AnyTagClassName
 {
   color: #119097;
 }
</style>
background-color css

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

 a { background-color: rgb(17,144,151); }

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

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

 span { border-color: rgb(17,144,151); }

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