#119199

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

Shades of Java #119199

Tints of Java #119199

Color information

#119199 (or 0x119199) is unknown color: approx Java. HEX triplet: 11, 91 and 99. RGB value is (17,145,153). Sum of RGB (Red+Green+Blue) = 17+145+153=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #119199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119199 is #EE6E66. Grayscale: #6B6B6B. Windows color (decimal): -15625831 or 10064145. OLE color: 10064145.

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

Color convert

RGB17145153-
CMYK0.890.0500.4
HSL183.53º80%33.33%-
HSV(B)183.53º88.89%60%-
XYZ16.1122.6733.66-
YUV107.64153.5963.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=5.40%
G=46.03%
B=48.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171451530.890.0500.4183.538033.33
Hex119199595028b85021
Octal21221231131505027012041
Binary10001100100011001100110110011010101000101110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119199; }

 p { color: rgb(17,145,153); }

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

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

 a { background-color: rgb(17,145,153); }

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

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

 span { border-color: rgb(17,145,153); }

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