#11969D

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

Shades of Java #11969D

Tints of Java #11969D

Color information

#11969D (or 0x11969D) is unknown color: approx Java. HEX triplet: 11, 96 and 9D. RGB value is (17,150,157). Sum of RGB (Red+Green+Blue) = 17+150+157=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #11969D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11969D is #EE6962. Grayscale: #6E6E6E. Windows color (decimal): -15624547 or 10327569. OLE color: 10327569.

HSL color Cylindrical-coordinate representation of color #11969D: hue angle of 183º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11969D is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB17150157-
CMYK0.890.0400.38
HSL183º80.46%34.12%-
HSV(B)183º89.17%61.57%-
XYZ17.2224.3735.69-
YUV111.03153.9460.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.25%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=5.25%
G=46.30%
B=48.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171501570.890.0400.3818380.4634.12
Hex11969D594026b75022
Octal21226235131404626712042
Binary10001100101101001110110110011000100110101101111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11969D; }

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

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

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

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

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

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

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

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